From dcf5ddd77c89cdc7f1def66d4bf67c97553b1c5b Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Wed, 5 Aug 2020 23:32:14 -0500 Subject: [PATCH] Fix shellcheck for sxmo_urlhandler.sh --- scripts/core/sxmo_urlhandler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_urlhandler.sh b/scripts/core/sxmo_urlhandler.sh index 91ad49b..93e8e9c 100755 --- a/scripts/core/sxmo_urlhandler.sh +++ b/scripts/core/sxmo_urlhandler.sh @@ -27,7 +27,7 @@ COMMAND=$( Close Menu $(command -v w3m >/dev/null && echo 'w3m URL') $(command -v mpv >/dev/null && echo 'mpv -ao=alsa -v URL') - $(command -v mpv >/dev/null && echo 'mpv -ao=alsa -v --ytdl-format='[height<420]' URL') + $(command -v mpv >/dev/null && echo 'mpv -ao=alsa -v --ytdl-format="[height<420]" URL') $(command -v firefox >/dev/null && echo 'firefox -new-window URL') $(command -v netsurf >/dev/null && echo 'netsurf URL') $(command -v surf >/dev/null && echo 'surf URL')