From: Eric Wong Date: Tue, 11 Jul 2006 21:06:39 +0000 (-0700) Subject: git-fetch: fix a bashism (==) X-Git-Tag: v1.4.2-rc1~36 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed0e078f96a96ffe515899ef42051a568be4693a;p=git.git git-fetch: fix a bashism (==) Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/git-fetch.sh b/git-fetch.sh index c0d256c98..ff1769952 100755 --- 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