We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a895ca3 commit 670bb6aCopy full SHA for 670bb6a
shellmenu.sh
@@ -437,7 +437,6 @@ generateMenu () {
437
printMenuItem "$key" "$description" "$action"
438
fi
439
previoussubmenu="$submenu"
440
- previouscolumn="$column"
441
done
442
IFS="$OLD_IFS"
443
}
@@ -476,7 +475,7 @@ choice () {
476
475
else
477
callKeyFunktion "$REPLY"
478
if [[ $? -gt 1 ]]; then
479
- importantLog "Huh ($request)?"
+ importantLog "Huh ($REPLY)?"
480
481
if $waitstatus; then
482
read -p $'\n<Press any key to return>' -n 1 -r
0 commit comments