From 2fd07fd168b4eac7b80bb3dc6d89997079fe197c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 27 Jul 2022 12:52:04 -0700 Subject: [PATCH] Fix bug --- rofi-checklist.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rofi-checklist.sh b/rofi-checklist.sh index 4287369..3f172ed 100755 --- a/rofi-checklist.sh +++ b/rofi-checklist.sh @@ -102,8 +102,7 @@ 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 - exit ;; + fi ;; esac printf "%s\n" "$list_raw" >| $FILE