summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-12-22 16:50:50 +0100
committermkanat%bugzilla.org <>2008-12-22 16:50:50 +0100
commit570ca770d29d7800f79d6789c2b1142e383a348a (patch)
tree7a7e33417c8aef4c66d2e718efa87e75d1ace56e /checksetup.pl
parent70b735126db509eda6f7d2c8cab64e3293b8319f (diff)
downloadbugzilla-570ca770d29d7800f79d6789c2b1142e383a348a.tar.gz
bugzilla-570ca770d29d7800f79d6789c2b1142e383a348a.tar.xz
Bug 470442: Only delete tainted environment variables if we're running in taint mode
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 74b21dfda..da368a822 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -95,10 +95,7 @@ exit if $switch{'check-modules'};
# then instead of our nice normal checksetup message, the user would
# get a cryptic perl error about the missing module.
-# We need $::ENV{'PATH'} to remain defined.
-my $env = $::ENV{'PATH'};
require Bugzilla;
-$::ENV{'PATH'} = $env;
require Bugzilla::Config;
import Bugzilla::Config qw(:admin);