From be05c101639ea994fcc07d3dd9a6e03a7e077da0 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 8 Nov 2020 12:16:34 +0100 Subject: [PATCH] quote fix as suggested by shellcheck --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index c113b83..afa99fb 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -70,7 +70,7 @@ programchoicesinit() { $(command -v ranger >/dev/null && echo 'Ranger ^ 0 ^ st -e ranger') $(command -v sacc >/dev/null && echo 'Sacc ^ 0 ^ st -e sacc i-logout.cz/1/bongusta') $(command -v sic >/dev/null && echo 'Sic ^ 0 ^ st -e sic') - $(command -v st >/dev/null && echo 'St ^ 0 ^ st -e $SHELL -l') + $(command -v st >/dev/null && echo "St ^ 0 ^ st -e $SHELL -l") $(command -v surf >/dev/null && echo 'Surf ^ 0 ^ surf') $(command -v syncthing >/dev/null && echo 'Syncthing ^ 0 ^ syncthing') $(command -v telegram-desktop >/dev/null && echo 'Telegram ^ 0 ^ telegram-desktop')