Ensure shellcheck passes

This commit is contained in:
Miles Alan 2020-06-30 19:26:46 -05:00
parent 888ccc53a3
commit a011bed9b8
2 changed files with 5 additions and 5 deletions

View file

@ -267,7 +267,7 @@ mainloop() {
) & wait
}
pgrep -f "$(which sxmo_appmenu.sh)" | grep -Ev "^${$}$" | xargs kill -TERM
pgrep -f "$(command -v sxmo_appmenu.sh)" | grep -Ev "^${$}$" | xargs kill -TERM
DMENUIDX=0
PICKED=""
ARGS="$*"