summaryrefslogtreecommitdiff
path: root/hints/dec_osf.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2000-09-08 13:47:34 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-08 14:03:12 +0000
commit598c950e03a78e32d614890d75b884eceda9b4ca (patch)
tree3c5b8b88864f187256ad15e3b56fc7213a3d9647 /hints/dec_osf.sh
parent4f1b75788f3ebf6b0935644632c294e74d6892da (diff)
downloadperl-598c950e03a78e32d614890d75b884eceda9b4ca.tar.gz
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
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r--hints/dec_osf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index ff8c374718..07b80ea920 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