The cancel button now works.

This commit is contained in:
Storm Dragon 2018-07-27 14:06:59 -04:00
parent 8671d08a01
commit 9b38e8d4df
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if [[ $# -eq 0 ]]; then
--no-tags \
--menu "Select tuning" 0 0 0 \
$(for i in ${!tuning[@]} ; do echo "$i";echo "$i";done) --stdout)
[[ -z $1 ]] && exit 0
fi
[ $# -gt 1 ] && show_help