various minor shellcheck fixes
This commit is contained in:
parent
875e4b6f3a
commit
f10d6cddaa
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue