summaryrefslogtreecommitdiff
path: root/git-clone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-clone.sh')
-rwxr-xr-xgit-clone.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-clone.sh b/git-clone.sh
index 78c83e8..18e692a 100755
--- a/git-clone.sh
+++ b/git-clone.sh
@@ -54,9 +54,9 @@ Perhaps git-update-server-info needs to be run there?"
do
name=`expr "$refname" : 'refs/\(.*\)'` &&
case "$name" in
- *^{}) ;;
+ *^*) ;;
*)
- git-http-fetch -v -a -w "$name" "$name" "$1/" || exit 1 ;;
+ git-http-fetch -v -a -w "$name" "$name" "$1/" || exit 1
esac
done <"$clone_tmp/refs"
rm -fr "$clone_tmp"