diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-04 02:38:05 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-04 02:38:05 +0000 |
commit | f87d5507fb010a3884966d0988c92a49078b389e (patch) | |
tree | b75f7a2b237506f28586cbadfe3e6189d954e652 /configure | |
parent | bccf77a50a3e1b4a402de814b09d9555cb7880b3 (diff) | |
download | perl-f87d5507fb010a3884966d0988c92a49078b389e.tar.gz |
perl 5.002gamma: configure
Add explicit call to 'sh'. This appears to keep the x2p/Makefile.SH
extraction from clobbering the main Makefile on Linux.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ case "$verbose" in *) copt="$copt -d";; esac -set X ./Configure $copt $create $opts +set X sh Configure $copt $create $opts shift echo "$@" exec "$@" |