Remove shellcheck error in sxmo_appmenu.sh

This commit is contained in:
Miles Alan 2020-07-23 16:49:51 -05:00
parent 3e23624651
commit c100262d4f

View file

@ -357,7 +357,7 @@ getprogchoices() {
key() {
xdotool windowactivate "$WIN"
xdotool key --delay 50 --clearmodifiers $* # <-- unquoted, word splitting is deliberate!
xdotool key --delay 50 --clearmodifiers "$@"
#--window $WIN
}