From 9973264f52fb44c882d54826df7280d0cff8eaa1 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 22 Nov 2002 08:36:13 +0000 Subject: Bug 181613 - $::ENV not being cleared r=gerv, a=justdave --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') 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 -- cgit v1.2.3-24-g4f1b