X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8fdcc3386f9767aebfecf3eda3cff16333273644..9dbe1f2d9897e49fa1970300fe29619e68b0e55f:/vcsh?ds=inline diff --git a/vcsh b/vcsh index ed42920..f987fbf 100755 --- a/vcsh +++ b/vcsh @@ -159,7 +159,7 @@ clone() { for object in $(git ls-tree -r origin/master | awk '{print $4}'); do [ -e "$object" ] && error "'$object' exists." && - VCSH_CONFLICT=1; + VCSH_CONFLICT=1 done [ "$VCSH_CONFLICT" = '1' ] && fatal "will stop after fetching and not try to merge!