From: H.Merijn Brand Date: Fri, 8 Sep 2000 11:47:34 +0000 (+0200) Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=598c950e03a78e32d614890d75b884eceda9b4ca;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7035 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index ff8c374..07b80ea 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -99,7 +99,7 @@ EOF fi ;; *) # compile something small: taint.c is fine for this. - ccversion=`cc -V | grep -E '(Compaq|DEC) C' | awk '{print $3}'` + ccversion=`cc -V | awk '/(Compaq|DEC) C/ {print $3}'` # the main point is the '-v' flag of 'cc'. case "`cc -v -I. -c taint.c -o taint$$.o 2>&1`" in */gemc_cc*) # we have the new DEC GEM CC