diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2023-02-15 01:36:39 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2023-02-15 01:36:39 +0000 |
commit | c9ed351d1ff5ef81592e77350db03f1e7cdc4c1b (patch) | |
tree | 6d62f6562c020578d94a85da007cb27431781361 /gnu/usr.bin/perl/utils/pl2pm.PL | |
parent | e4011a484a87918a73b8ca8a6c2a76b2b0d196a7 (diff) |
Fix merge issues, remove excess files - match perl-5.36.0 dist
OK bluhm@
a good time naddy@
Diffstat (limited to 'gnu/usr.bin/perl/utils/pl2pm.PL')
-rw-r--r-- | gnu/usr.bin/perl/utils/pl2pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/utils/pl2pm.PL b/gnu/usr.bin/perl/utils/pl2pm.PL index 39a1fb9fece..9826c786a0c 100644 --- a/gnu/usr.bin/perl/utils/pl2pm.PL +++ b/gnu/usr.bin/perl/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. |