mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user