git-fetch: fix a bashism (==)

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Eric Wong 2006-07-11 14:06:39 -07:00 committed by Junio C Hamano
parent 38d3874ddc
commit ed0e078f96

View file

@ -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