projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f779d10
)
Fix indention error in repoman headerstring code.
v2.2_rc94
author
Zac Medico
<zmedico@gentoo.org>
Tue, 12 Oct 2010 05:25:36 +0000
(22:25 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 12 Oct 2010 05:25:36 +0000
(22:25 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index ecfd7b998f9d87674848642212bfcc4168c1c8ad..4f4c2ecf770c9c674c6e6b999d0cb45d804345b8 100755
(executable)
--- 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 " + \