From: Igor Sysoev Date: Thu, 19 Apr 2007 17:48:49 +0000 (+0000) Subject: remove trailing space in icc version X-Git-Tag: release-0.5.18~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=db390ac36d27389761cdee74f629afba928456ec;p=nginx.git remove trailing space in icc version --- 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"