OSDN Git Service

git-fetch: fix a bashism (==)
authorEric Wong <normalperson@yhbt.net>
Tue, 11 Jul 2006 21:06:39 +0000 (14:06 -0700)
committerJunio 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

index c0d256c..ff17699 100755 (executable)
@@ -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