Fix bug
This commit is contained in:
parent
3e524caf6e
commit
2fd07fd168
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ 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"`
|
||||||
fi
|
fi ;;
|
||||||
exit ;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf "%s\n" "$list_raw" >| $FILE
|
printf "%s\n" "$list_raw" >| $FILE
|
||||||
|
|
Reference in a new issue