Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-fetch: fix a bashism (==)
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>
git-fetch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
38d3874
)
diff --git
a/git-fetch.sh
b/git-fetch.sh
index c0d256c98b01a5a1ddfabc7e3e081588cbfa028f..ff1769952b704d3ee3123395274da76e8f09a373 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-80,7
+80,7
@@
rref=
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