Skip to content

Commit 670bb6a

Browse files
committed
Some Shellcheck corrections
1 parent a895ca3 commit 670bb6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shellmenu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ generateMenu () {
437437
printMenuItem "$key" "$description" "$action"
438438
fi
439439
previoussubmenu="$submenu"
440-
previouscolumn="$column"
441440
done
442441
IFS="$OLD_IFS"
443442
}
@@ -476,7 +475,7 @@ choice () {
476475
else
477476
callKeyFunktion "$REPLY"
478477
if [[ $? -gt 1 ]]; then
479-
importantLog "Huh ($request)?"
478+
importantLog "Huh ($REPLY)?"
480479
fi
481480
if $waitstatus; then
482481
read -p $'\n<Press any key to return>' -n 1 -r

0 commit comments

Comments
 (0)