From a7161f5c88b2e3e5c1d8375ef94f7af1fc0b6747 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 13 Jul 2021 15:48:17 +0200 Subject: [PATCH] fix: add dotfiles from CLI I forgot to break the loop if arguments do not match an option. So an infinite loop happened when adding dotfiles from CLI. --- dotig | 1 + 1 file changed, 1 insertion(+) diff --git a/dotig b/dotig index 4ddd915..35fb20e 100755 --- a/dotig +++ b/dotig @@ -1945,6 +1945,7 @@ call_add_dotfiles() { _verbose="true" shift ;; + *) break ;; esac done