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