This commit is contained in:
parent
b7c77ef205
commit
f788defa4a
|
@ -95,7 +95,7 @@ if [ -d "$GCLONE_PATH" ]; then
|
||||||
if [[ "" == "$dir" ]]; then
|
if [[ "" == "$dir" ]]; then
|
||||||
echo "$1 not found"
|
echo "$1 not found"
|
||||||
return 2
|
return 2
|
||||||
elif [ `echo $dir | wc -l` -gt 2 ]; then
|
elif [ `echo $dir | wc -l` -gt 1 ]; then
|
||||||
echo "Multiple entries for $1 found"
|
echo "Multiple entries for $1 found"
|
||||||
return 3
|
return 3
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue