From 6ef80aa51fe98265005a309c0a842bdcff9b9c99 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 11 Feb 2010 13:28:12 +0100 Subject: [PATCH] taskd/clone.sh: Syntax error fix --- taskd/clone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/taskd/clone.sh b/taskd/clone.sh index ab4097f..962c526 100755 --- a/taskd/clone.sh +++ b/taskd/clone.sh @@ -47,6 +47,7 @@ case "$url" in bzr fast-export --export-marks=$(pwd)/bfe-marks "$bzrurl" | \ git fast-import --export-marks=$(pwd)/gfi-marks [ ${PIPESTATUS[0]} = 0 -a ${PIPESTATUS[1]} = 0 ] + ;; *) git remote rm origin >/dev/null 2>&1 || : git remote add --mirror origin "$url" -- 2.11.4.GIT