This commit is contained in:
Thomas Forgione
2017-10-12 16:55:20 +02:00
parent b7c77ef205
commit f788defa4a

View File

@@ -95,7 +95,7 @@ if [ -d "$GCLONE_PATH" ]; then
if [[ "" == "$dir" ]]; then
echo "$1 not found"
return 2
elif [ `echo $dir | wc -l` -gt 2 ]; then
elif [ `echo $dir | wc -l` -gt 1 ]; then
echo "Multiple entries for $1 found"
return 3
else