diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-01 23:11:28 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-01 23:11:28 +0000 |
commit | d51667254dc13a72f543917eddeeea51c44abbe2 (patch) | |
tree | ea097b9fae8271c0fd440d2ed2589ef1657d854b /makeaperl.SH | |
parent | 5469bf34a685cbdbdaced8ec7744174346e95ee4 (diff) | |
download | perl-d51667254dc13a72f543917eddeeea51c44abbe2.tar.gz |
Use the 'new' startperl variable.
Diffstat (limited to 'makeaperl.SH')
-rwxr-xr-x | makeaperl.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makeaperl.SH b/makeaperl.SH index bb266f4e34..6af94195d0 100755 --- a/makeaperl.SH +++ b/makeaperl.SH @@ -18,7 +18,9 @@ case "$0" in esac echo "Extracting makeaperl (with variable substitutions)" $spitshell >makeaperl <<!GROK!THIS! -#!$binexp/perl +$startperl + eval 'exec perl -S \$0 "\$@"' + if 0; !GROK!THIS! $spitshell >>makeaperl <<'!NO!SUBS!' |