Просмотр исходного кода

patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the version tag, cope with that

SVN-Revision: 29948
Jo-Philipp Wich 13 лет назад
Родитель
Сommit
1a6ccdc0cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/patch-specs.sh

+ 1 - 1
scripts/patch-specs.sh

@@ -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