summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh
index 0480826578..25250b7c0e 100644
--- a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh
+++ b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh
@@ -20,11 +20,6 @@
20# SOFTWARE. 20# SOFTWARE.
21# 21#
22 22
23# Setup environment
24for env_setup_script in `ls $1/environment-setup-*`; do
25 . $env_setup_script
26done
27
28# ICECC_PATH will have been found icecc-env.sh 23# ICECC_PATH will have been found icecc-env.sh
29if [ -z "$ICECC_PATH" ]; then 24if [ -z "$ICECC_PATH" ]; then
30 exit 0 25 exit 0