Fix indention error in repoman headerstring code. v2.2_rc94
authorZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 05:25:36 +0000 (22:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 05:25:36 +0000 (22:25 -0700)
bin/repoman

index ecfd7b998f9d87674848642212bfcc4168c1c8ad..4f4c2ecf770c9c674c6e6b999d0cb45d804345b8 100755 (executable)
@@ -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 " + \