From: Zac Medico Date: Tue, 12 Oct 2010 05:25:36 +0000 (-0700) Subject: Fix indention error in repoman headerstring code. X-Git-Tag: v2.2_rc94 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f7fb4ca3420e6c65219dd80bb031be7cfeb3c89;p=portage.git Fix indention error in repoman headerstring code. --- diff --git a/bin/repoman b/bin/repoman index ecfd7b998..4f4c2ecf7 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2243,9 +2243,9 @@ else: if myfile not in expansion: continue - myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile) - if myout[0] == 0: - myheaders.append(myfile) + myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile) + if myout[0] == 0: + myheaders.append(myfile) print("%s have headers that will change." % green(str(len(myheaders)))) print("* Files with headers will cause the " + \