commit | ed0e078f96a96ffe515899ef42051a568be4693a | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Tue Jul 11 14:06:39 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Jul 11 14:14:09 2006 -0700 |
tree | a8771d27afd4ed90931bfb874e35be783d1105d7 | |
parent | 38d3874ddc5c15120c7fbbdcad26bf5478f58e98 [diff] [blame] |
git-fetch: fix a bashism (==) Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/git-fetch.sh b/git-fetch.sh index c0d256c..ff17699 100755 --- a/git-fetch.sh +++ b/git-fetch.sh
@@ -80,7 +80,7 @@ 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