diff --git a/poky-init-build-env b/poky-init-build-env index 2fce740790..9adff14f86 100755 --- a/poky-init-build-env +++ b/poky-init-build-env @@ -22,6 +22,7 @@ if test x"$0" = x"./poky-init-build-env"; then echo "Error: Run via '. ./poky-init-build-env'" return +else + . ./scripts/poky-env-internal fi -. ./scripts/poky-env-internal