From: Simon Hausmann Date: Sun, 8 Apr 2007 08:15:47 +0000 (+0200) Subject: fix variable usage (oops) X-Git-Tag: v1.5.3-rc0~65^2^2~135 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=10c3211b81a2f67c3853900e462333933f910696;p=git.git fix variable usage (oops) Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 28b088544..72fa48af0 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -808,7 +808,7 @@ class P4Sync(Command): self.labels = {} l = p4CmdList("labels %s..." % self.globalPrefix) - if len(l) > 0 and not silent: + if len(l) > 0 and not self.silent: print "Finding files belonging to labels in %s" % self.globalPrefix for output in l: