summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-05 09:23:51 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-05 09:23:51 +0000
commit7f7d01774ed505df7f0a176aa909baf2bb9bbb70 (patch)
tree9b711e94c11ebec79c94d4246f060d56abc91820 /bin/filter-bash-environment.py
parentImplement variable assignment handling in python so that we can eventually (diff)
downloadportage-multirepo-7f7d01774ed505df7f0a176aa909baf2bb9bbb70.tar.gz
portage-multirepo-7f7d01774ed505df7f0a176aa909baf2bb9bbb70.tar.bz2
portage-multirepo-7f7d01774ed505df7f0a176aa909baf2bb9bbb70.zip
Update description to reflect the new meaning of the PATTERN argument.
svn path=/main/trunk/; revision=9437
Diffstat (limited to 'bin/filter-bash-environment.py')
-rwxr-xr-xbin/filter-bash-environment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/filter-bash-environment.py b/bin/filter-bash-environment.py
index c35bf11f..39aa4059 100755
--- 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 " + \