summaryrefslogtreecommitdiff
path: root/utils/corelist.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/corelist.PL')
-rw-r--r--utils/corelist.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/corelist.PL b/utils/corelist.PL
index d1376bef4e..fc1ba68722 100644
--- a/utils/corelist.PL
+++ b/utils/corelist.PL
@@ -28,7 +28,7 @@ print "Extracting $file (with variable substitutions)\n";
print OUT <<"!GROK!THIS!";
$Config{startperl}
eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
- if \$running_under_some_shell;
+ if 0; # ^ Run only under a shell
!GROK!THIS!
use File::Spec;