From: H.Merijn Brand Date: Wed, 13 Sep 2000 21:42:07 +0000 (+0200) Subject: Hints optimization. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba6d005f2e7e376142c59eec96b299e350aa4b3d;p=p5sagit%2Fp5-mst-13.2.git Hints optimization. Subject: Minor nit Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7072 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index b1758ed..43d72bc 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -110,7 +110,7 @@ cc=${cc:-cc} case `$cc -v 2>&1`"" in *gcc*) ccisgcc="$define" ;; *) ccisgcc='' - ccversion=`which cc | xargs what | grep Compiler | awk '{print $2}'` + ccversion=`which cc | xargs what | awk '/Compiler/{print $2}'` ;; esac