projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f169080
)
Update description to reflect the new meaning of the PATTERN argument.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Mar 2008 09:23:51 +0000
(09:23 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Mar 2008 09:23:51 +0000
(09:23 -0000)
svn path=/main/trunk/; revision=9437
bin/filter-bash-environment.py
patch
|
blob
|
history
diff --git
a/bin/filter-bash-environment.py
b/bin/filter-bash-environment.py
index c35bf11ff3efeb93ce91b0fff762789c8d4e7753..39aa4059f8b88695aca0d2b19c488273b57db67c 100755
(executable)
--- a/
bin/filter-bash-environment.py
+++ b/
bin/filter-bash-environment.py
@@
-58,7
+58,8
@@
def filter_bash_environment(pattern, file_in, file_out):
file_out.write(line)
if __name__ == "__main__":
- description = "Filter out any lines that match a given PATTERN " + \
+ description = "Filter out variable assignments for varable " + \
+ "names matching a given PATTERN " + \
"while leaving bash function definitions and here-documents " + \
"intact. The PATTERN should use python regular expression syntax" + \
" but [:digit:], [:space:] and " + \