aboutsummaryrefslogtreecommitdiffstats
path: root/setenv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'setenv.pl')
-rwxr-xr-xsetenv.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/setenv.pl b/setenv.pl
index b5461f30e..4564017bf 100755
--- a/setenv.pl
+++ b/setenv.pl
@@ -32,12 +32,6 @@ for ( "$root/commonlib/perllib", "$root/perllib" ) {
# also set the path to our scripts etc
$ENV{PATH} = join ':', uniq "$root/bin", split( m/:/, $ENV{PATH} );
-# now decide what to do - if no arguments print out shell arguments to set the
-# environment. If there are arguments then run those so that they run correctly
-#if (@ARGV) {
-# system @ARGV;
-#}
-
# we might want to require this file to configure something like a CGI script
if ( $0 eq __FILE__ ) {