From: Perl 5 Porters Date: Sun, 4 Feb 1996 02:38:05 +0000 (+0000) Subject: perl 5.002gamma: configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f87d5507fb010a3884966d0988c92a49078b389e;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/configure b/configure index 9d61bd6..29e7d35 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 "$@"