Fix indention error in repoman headerstring code. v2.1.9.16
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:31:04 +0000 (22:31 -0700)
bin/repoman

index d414bf738f32e68df2e1b4d903ac796cba7e9ae3..55b67e6bc2097a7e19156d03ea96ae728a319064 100755 (executable)
@@ -2240,9 +2240,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 " + \