Quote $@ where needed

This commit is contained in:
Miles Alan 2020-06-27 20:50:06 -05:00
parent dfca1ede69
commit 8ee22f3038
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env sh
pidof svkbd-sxmo >&2 || svkbd-sxmo &
# shellcheck disable=SC2068
OUTPUT="$(cat | dmenu $@)"
OUTPUT="$(cat | dmenu "$@")"
pkill svkbd-sxmo >&2
echo "$OUTPUT"