From db390ac36d27389761cdee74f629afba928456ec Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 19 Apr 2007 17:48:49 +0000 Subject: remove trailing space in icc version --- auto/cc/icc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/cc/icc b/auto/cc/icc index f1f9d3dcf..67d3b6ff2 100644 --- a/auto/cc/icc +++ b/auto/cc/icc @@ -5,7 +5,7 @@ # Intel C++ compiler 7.1, 8.0, 8.1, 9.0 NGX_ICC_VER=`$CC -V 2>&1 | grep 'Version' 2>&1 \ - | sed -e 's/^.* Version \(.*\) Build.*$/\1/'` + | sed -e 's/^.* Version \([^ ]*\) *Build.*$/\1/'` echo " + icc version: $NGX_ICC_VER" -- cgit