summaryrefslogtreecommitdiff
path: root/rom-desktop-entry-generator.sh
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-12-31 22:58:21 -0500
committerLouie S <louie@example.com>2023-12-31 22:58:21 -0500
commit2b506fdcf79212f6ea84ae78070bc6b11a401a43 (patch)
treefe86f2ca84a05a404e6c540c20cfd1b2e9ac9538 /rom-desktop-entry-generator.sh
parentf080b2e4eec397a8daa03b0cbc4308311a93c133 (diff)
Add unsets in case a system does not have any associated flags
Diffstat (limited to 'rom-desktop-entry-generator.sh')
-rwxr-xr-xrom-desktop-entry-generator.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rom-desktop-entry-generator.sh b/rom-desktop-entry-generator.sh
index 6ca56e3..d4eea49 100755
--- a/rom-desktop-entry-generator.sh
+++ b/rom-desktop-entry-generator.sh
@@ -38,6 +38,8 @@ build_desktop_file() {
echo "Warning: PATH does not exist"
fi
+ unset launcher
+ unset flags
# shellcheck source=/dev/null
. "$BASEDIR/config/systems/$SYSTEM"