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:

committed by
Junio C Hamano

parent
38d3874ddc
commit
ed0e078f96
@ -80,7 +80,7 @@ rref=
|
|||||||
rsync_slurped_objects=
|
rsync_slurped_objects=
|
||||||
|
|
||||||
rloga="$rloga $remote_nick"
|
rloga="$rloga $remote_nick"
|
||||||
test "$remote_nick" == "$remote" || rloga="$rloga $remote"
|
test "$remote_nick" = "$remote" || rloga="$rloga $remote"
|
||||||
|
|
||||||
if test "" = "$append"
|
if test "" = "$append"
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user