summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-08-16 06:31:07 +0000
committermidipix <writeonce@midipix.org>2020-08-16 18:04:01 +0000
commit0a6b7ae1b4a2c15335f447c1f21ae2dfbc3a46f0 (patch)
tree28c661bd904d670a31762df17fe918829f1df681 /sofort
parent0bc3a4c07ae6ae13976f6d8dacc4a5660f772793 (diff)
downloadntux-0a6b7ae1b4a2c15335f447c1f21ae2dfbc3a46f0.tar.bz2
ntux-0a6b7ae1b4a2c15335f447c1f21ae2dfbc3a46f0.tar.xz
build system: ccenv: ccenv_set_tool_variants(): not all tools support --help.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index b8a9219..c026030 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -238,7 +238,7 @@ ccenv_set_tool_variants()
if [ "$ccenv_tool" = false ]; then
ccenv_as_asm=
else
- $ccenv_tool --help | grep -i '.bc assembler' \
+ $ccenv_tool --help 2>&1 | grep -i '.bc assembler' \
|| ccenv_as_asm="$ccenv_tool"
fi