Fix being unable to exit

This commit is contained in:
Elnu 2022-07-27 13:02:10 -07:00
parent 2fd07fd168
commit 28744aee15

View file

@ -102,6 +102,8 @@ case $selection in
if [[ -n $selection ]]; then
[[ -n $list_raw ]] && list_raw="${list_raw}${NL}"
list_raw=`printf "%s%s %s\n" "$list_raw" "$EMPTY_RAW" "$selection"`
else
exit
fi ;;
esac