summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-08-16 06:31:07 +0000
committermidipix <writeonce@midipix.org>2020-08-16 18:03:56 +0000
commit690bc813ba6cce96ebbd65b877c1987c6454cc03 (patch)
tree65e0fb2a9951fc92e26b5d469f4f69f4ad3f395f /sofort/ccenv
parentf9ad38107930f2d3ba35c11e3786f610d049a7cb (diff)
downloadapimagic-690bc813ba6cce96ebbd65b877c1987c6454cc03.tar.bz2
apimagic-690bc813ba6cce96ebbd65b877c1987c6454cc03.tar.xz
build system: ccenv: ccenv_set_tool_variants(): not all tools support --help.
Diffstat (limited to 'sofort/ccenv')
-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