Hints optimization.
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 13 Sep 2000 21:42:07 +0000 (23:42 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Sep 2000 14:25:10 +0000 (14:25 +0000)
Subject: Minor nit
Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7072

hints/hpux.sh

index b1758ed..43d72bc 100644 (file)
@@ -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