commit | 6dc2651f02a4aa9d419b8e5ef3bdb02028c568ce | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 25 10:48:24 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 25 10:59:57 2015 +0200 |
tree | 336e29c28ddbd29f529d3aae6a4e308e42abb8d2 | |
parent | c84d0e1ec11e808b7d5400fda83c21f2fbb5f61f [diff] [blame] |
Cosmetics
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index fac2680..0562c75 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -215,7 +215,7 @@ CC=arm-none-eabi-gcc AR=arm-none-eabi-ar LD=arm-none-eabi-ld CFLAGS=-Werror make lib fi # arm-gcc -if which armcc >/dev/null && armcc --help >/dev/null; then +if which armcc >/dev/null && armcc --help >/dev/null 2>&1; then msg "build: armcc, make" cleanup cp "$CONFIG_H" "$CONFIG_BAK"