From ba6d005f2e7e376142c59eec96b299e350aa4b3d Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 13 Sep 2000 23:42:07 +0200 Subject: [PATCH] Hints optimization. Subject: Minor nit Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7072 --- hints/hpux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4