summaryrefslogtreecommitdiffstats
path: root/bin/filter-bash-environment.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #211949 - As suggested by vapier, tighten the variable filter to alsoZac Medico2008-03-021-0/+1
| | | | | | | exclude variable names that begin with a digit or that contain any non-alphanumeric characters that are not be supported by bash. svn path=/main/trunk/; revision=9416
* Bug #202068 - In order to filter unwanted variable assignments outZac Medico2007-12-131-0/+52
of the bash environment, use a filter-bash-environment.py script that behaves similar to egrep -v except that it leaves bash here- documents intact. svn path=/main/trunk/; revision=8892