summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-02-04 02:38:05 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-02-04 02:38:05 +0000
commitf87d5507fb010a3884966d0988c92a49078b389e (patch)
treeb75f7a2b237506f28586cbadfe3e6189d954e652 /configure
parentbccf77a50a3e1b4a402de814b09d9555cb7880b3 (diff)
downloadperl-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9d61bd6fb7..29e7d351b4 100755
--- a/configure
+++ b/configure
@@ -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 "$@"