summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-11 22:25:36 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-11 22:25:36 -0700
commit7f7fb4ca3420e6c65219dd80bb031be7cfeb3c89 (patch)
treeea918b871155653ce05276244eda1d96f5bad4e5
parentDocument egencache --update-changelogs. (diff)
downloadportage-7f7fb4ca3420e6c65219dd80bb031be7cfeb3c89.tar.gz
portage-7f7fb4ca3420e6c65219dd80bb031be7cfeb3c89.tar.bz2
portage-7f7fb4ca3420e6c65219dd80bb031be7cfeb3c89.zip
Fix indention error in repoman headerstring code.v2.2_rc94
-rwxr-xr-xbin/repoman6
1 files changed, 3 insertions, 3 deletions
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 " + \