Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-fetch: fix a bashism (==)
[gitweb.git]
/
git-fetch.sh
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