projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc356a6
)
Fix indention error in repoman headerstring code.
v2.1.9.16
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:31:04 +0000
(22:31 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index d414bf738f32e68df2e1b4d903ac796cba7e9ae3..55b67e6bc2097a7e19156d03ea96ae728a319064 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-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 " + \