Fix being unable to exit
This commit is contained in:
parent
2fd07fd168
commit
28744aee15
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ case $selection in
|
||||||
if [[ -n $selection ]]; then
|
if [[ -n $selection ]]; then
|
||||||
[[ -n $list_raw ]] && list_raw="${list_raw}${NL}"
|
[[ -n $list_raw ]] && list_raw="${list_raw}${NL}"
|
||||||
list_raw=`printf "%s%s %s\n" "$list_raw" "$EMPTY_RAW" "$selection"`
|
list_raw=`printf "%s%s %s\n" "$list_raw" "$EMPTY_RAW" "$selection"`
|
||||||
|
else
|
||||||
|
exit
|
||||||
fi ;;
|
fi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Reference in a new issue