@ -102,7 +102,10 @@ 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"`
fi ;;
fi
exit ;;
esac
printf "%s\n" "$list_raw" >| $FILE
rofi-checklist