git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-fetch: fix a bashism (==)
@ 2006-07-11 21:06 Eric Wong
  2006-07-11 21:10 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2006-07-11 21:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Eric Wong

From: Eric Wong <normalperson@untitled.(none)>

Signed-off-by: Eric Wong <normalperson@yhbt.net>
---
 git-fetch.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-fetch.sh b/git-fetch.sh
index c0d256c..ff17699 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
-- 
1.4.1.g2f48

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-fetch: fix a bashism (==)
  2006-07-11 21:06 [PATCH] git-fetch: fix a bashism (==) Eric Wong
@ 2006-07-11 21:10 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2006-07-11 21:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Eric Wong <normalperson@yhbt.net> wrote:
> From: Eric Wong <normalperson@untitled.(none)>

Weird, I didn't have my email address set correctly (yet another
different repo from my usual one) and send-email added this line to it.
I'll look into fixing it later today/tonight.

-- 
Eric Wong

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-11 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 21:06 [PATCH] git-fetch: fix a bashism (==) Eric Wong
2006-07-11 21:10 ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).