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