various minor shellcheck fixes

This commit is contained in:
Maarten van Gompel 2021-06-06 15:39:38 +02:00
parent 875e4b6f3a
commit f10d6cddaa
5 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ else
pkill dmenu #kill existing dmenu
while [ $retry -eq 1 ]; do
PICKED="$(
# shellcheck disable=SC2039
# shellcheck disable=SC2039,SC3037
echo -e "Cancel\n0000\n1234" | sxmo_dmenu_with_kb.sh -l 3 -c -p "PIN:" | tr -d "\n\r "
)"
if [ -n "$PICKED" ] && [ "$PICKED" != "Cancel" ]; then