summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-11-22 09:36:13 +0100
committerbbaetz%student.usyd.edu.au <>2002-11-22 09:36:13 +0100
commit9973264f52fb44c882d54826df7280d0cff8eaa1 (patch)
tree2625187b226bbc7241466f14e542d7bbff0ca021 /globals.pl
parent0197f0738a4e649338a6ac647bc924d34da9ad11 (diff)
downloadbugzilla-9973264f52fb44c882d54826df7280d0cff8eaa1.tar.gz
bugzilla-9973264f52fb44c882d54826df7280d0cff8eaa1.tar.xz
Bug 181613 - $::ENV not being cleared
r=gerv, a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 89919e5c0..7eef23115 100644
--- a/globals.pl
+++ b/globals.pl
@@ -81,7 +81,7 @@ use RelationSet;
use File::Spec;
# Some environment variables are not taint safe
-#delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
+delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
# Cwd.pm in perl 5.6.1 gives a warning if $::ENV{'PATH'} isn't defined
# Set this to '' so that we don't get warnings cluttering the logs on every