summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2000-09-13 23:42:07 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-14 14:25:10 +0000
commitba6d005f2e7e376142c59eec96b299e350aa4b3d (patch)
tree7978f41b5a1125c0526c5a94f09c56a5c0cae5de /hints
parent79e5458b1cc92a7e7b0c9d5c559597a4fe49abc4 (diff)
downloadperl-ba6d005f2e7e376142c59eec96b299e350aa4b3d.tar.gz
Hints optimization.
Subject: Minor nit Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7072
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index b1758eda83..43d72bc0b1 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