diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-25 10:44:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-25 10:44:56 +0000 |
commit | f7bf74a05ae7b857dbf935738ee20b0fad9de496 (patch) | |
tree | 50e739ef06641a3a5a4b7178345a77370b508a52 /poky-init-build-env | |
parent | 8e4a14b7755d02c09a2d460773173ab604657868 (diff) | |
download | poky-f7bf74a05ae7b857dbf935738ee20b0fad9de496.tar.gz |
poky-init-build-env: Don't exit from sourced scripts, return
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2227 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'poky-init-build-env')
-rwxr-xr-x | poky-init-build-env | 2 |
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 | ||
22 | if test x"$0" = x"./poky-init-build-env"; then | 22 | if 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 |
25 | fi | 25 | fi |
26 | 26 | ||
27 | . ./scripts/poky-env-internal | 27 | . ./scripts/poky-env-internal |