mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 12:59:06 +08:00
remove trailing space in icc version
This commit is contained in:
parent
16eab66314
commit
db390ac36d
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user