From f7bf74a05ae7b857dbf935738ee20b0fad9de496 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 25 Jul 2007 10:44:56 +0000 Subject: 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 --- poky-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poky-init-build-env') 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 @@ 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 -- cgit v1.2.3-54-g00ecf