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:
parent
38d3874ddc
commit
ed0e078f96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user