summaryrefslogtreecommitdiff
path: root/utils/piconv.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/piconv.PL')
-rw-r--r--utils/piconv.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/piconv.PL b/utils/piconv.PL
index 4e012d3dc3..7be2196809 100644
--- a/utils/piconv.PL
+++ b/utils/piconv.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;