summaryrefslogtreecommitdiff
path: root/utils/pl2pm.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pl2pm.PL')
-rw-r--r--utils/pl2pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pl2pm.PL b/utils/pl2pm.PL
index 39a1fb9fec..9826c786a0 100644
--- a/utils/pl2pm.PL
+++ b/utils/pl2pm.PL
@@ -31,7 +31,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!
# In the following, perl variables are not expanded during extraction.