summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38d3874)
raw | patch | inline | side by side (parent: 38d3874)
author | Eric Wong <normalperson@yhbt.net> | |
Tue, 11 Jul 2006 21:06:39 +0000 (14:06 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Jul 2006 21:14:09 +0000 (14:14 -0700) |
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh | patch | blob | history |
diff --git a/git-fetch.sh b/git-fetch.sh
index c0d256c98b01a5a1ddfabc7e3e081588cbfa028f..ff1769952b704d3ee3123395274da76e8f09a373 100755 (executable)
--- a/git-fetch.sh
+++ b/git-fetch.sh
rsync_slurped_objects=
rloga="$rloga $remote_nick"
-test "$remote_nick" == "$remote" || rloga="$rloga $remote"
+test "$remote_nick" = "$remote" || rloga="$rloga $remote"
if test "" = "$append"
then