From 9db76806058f563e1025d89767adf794d90f41bd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Oct 2024 00:31:51 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- bin/git-cloneall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-cloneall b/bin/git-cloneall index 50b9cea..80ee0af 100755 --- a/bin/git-cloneall +++ b/bin/git-cloneall @@ -49,7 +49,7 @@ TARGET_PATH=${TARGET_PATH:=.} cd "$TARGET_PATH" if [ -z $LIST ] ; then - if [ -e $DFL_LIST ] ; then + if ! [ -e $DFL_LIST ] ; then echo "need a list file..." >&2 exit 1 fi