From 27ee8f0132503dffa9819ef8c18611f0ddb9692c Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 8 Apr 2022 21:05:56 +0800 Subject: [PATCH] git-ignore-io: make sure .gi_list is created before access --- bin/git-ignore-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-ignore-io b/bin/git-ignore-io index 048ed58..61f8676 100755 --- a/bin/git-ignore-io +++ b/bin/git-ignore-io @@ -85,7 +85,7 @@ show_usage() { check_list_exist() { if ! [ -f "$default_path" ]; then echo "-----Initial gitignore.io list----" - update_gi_list & + update_gi_list echo "-----Save to $default_path-----" echo fi