1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 14:29:48 +00: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:
Richard Purdie
2007-07-25 10:44:56 +00:00
parent 8e4a14b775
commit f7bf74a05a
+1 -1
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