From: Jarkko Hietaniemi Date: Fri, 21 Dec 2001 14:46:24 +0000 (+0000) Subject: Also the search for cat needs to be _exe-aware. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a931254cae96837faa9089a48103ffa0489ff64a;p=p5sagit%2Fp5-mst-13.2.git Also the search for cat needs to be _exe-aware. p4raw-id: //depot/perl@13832 --- diff --git a/Configure b/Configure index 30dc681..8dd43a0 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Dec 19 03:25:46 EET 2001 [metaconfig 3.0 PL70] +# Generated on Fri Dec 21 17:46:40 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ </dev/null 2>&1`; then shsharp=true spitshell=cat xcat=/bin/cat - test -f $xcat || xcat=/usr/bin/cat - if test ! -f $xcat; then + test -f $xcat$_exe || xcat=/usr/bin/cat + if test ! -f $xcat$_exe; then for p in $paths; do - if test -f $p/cat; then - xcat=$p/cat + if test -f $p/cat$_exe; then + xcat=$p/cat$_exe break fi done