patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the version tag...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Jan 2012 20:19:06 +0000 (20:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Jan 2012 20:19:06 +0000 (20:19 +0000)
SVN-Revision: 29948

scripts/patch-specs.sh

index 2ab779084b8a78c9d4c3140116d7098d5ee204f6..3307b6b0904501a83a5f8bc8824d91c9304c6fd1 100755 (executable)
@@ -62,7 +62,7 @@ patch_specs() {
 }
 
 
-VERSION="$(STAGING_DIR="$DIR" "$CPP" --version | head -n1)"
+VERSION="$(STAGING_DIR="$DIR" "$CPP" --version | sed -ne 's/^.* (.*) //; s/ .*$//; 1p')"
 VERSION="${VERSION:-unknown}"
 
 case "${VERSION##* }" in