diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh index 94760076bf..990d2fb448 100644 --- a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh +++ b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh | |||
@@ -21,7 +21,7 @@ | |||
21 | # | 21 | # |
22 | 22 | ||
23 | if [ -z "$ICECC_PATH" ]; then | 23 | if [ -z "$ICECC_PATH" ]; then |
24 | ICECC_PATH=$(which icecc 2> /dev/null) | 24 | ICECC_PATH=$(which icecc 2> /dev/null || true) |
25 | fi | 25 | fi |
26 | 26 | ||
27 | if [ -n "$ICECC_PATH" ]; then | 27 | if [ -n "$ICECC_PATH" ]; then |