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
This commit is contained in:
Richard Purdie 2007-07-25 10:44:56 +00:00
parent 8e4a14b775
commit f7bf74a05a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
if test x"$0" = x"./poky-init-build-env"; then
echo "Error: Run via '. ./poky-init-build-env'"
exit 1
return
fi
. ./scripts/poky-env-internal