Fix being unable to exit

main
Elnu 2 years ago
parent 2fd07fd168
commit 28744aee15

@ -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