]> code.ossystems Code Review - openembedded-core.git/commit
icecc-env: don't raise error when icecc not installed
authorAdam Trhon <adam.trhon@tbs-biometrics.com>
Tue, 19 Feb 2019 09:12:22 +0000 (09:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:03 +0000 (22:25 +0000)
commit84c63858be47d33e49140181d73c253886d5aec5
tree085df0a8602705c3750ff785d737942d33d08c62
parentf3e2f78f282bf3a68a4923009825eb4fb460ca50
icecc-env: don't raise error when icecc not installed

When icecc is not installed, the `which icecc` command in icecc-env.sh
returns nonzero. This happens when environment is being sourced. When
the terminal has `set -e`, the whole script fails and terminal is
closed.

Fix this by ignoring errors from the which command.

Signed-off-by: Adam Trhon <adam.trhon@tbs-biometrics.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh