summaryrefslogtreecommitdiffstats
path: root/poky-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'poky-init-build-env')
-rwxr-xr-xpoky-init-build-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky-init-build-env b/poky-init-build-env
index 70ed59731d..2fce740790 100755
--- a/poky-init-build-env
+++ b/poky-init-build-env
@@ -21,7 +21,7 @@
21 21
22if test x"$0" = x"./poky-init-build-env"; then 22if test x"$0" = x"./poky-init-build-env"; then
23 echo "Error: Run via '. ./poky-init-build-env'" 23 echo "Error: Run via '. ./poky-init-build-env'"
24 exit 1 24 return
25fi 25fi
26 26
27. ./scripts/poky-env-internal 27. ./scripts/poky-env-internal