diff options
-rwxr-xr-x | poky-init-build-env | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
22 | if test x"$0" = x"./poky-init-build-env"; then | 22 | if test x"$0" = x"./poky-init-build-env"; then |
23 | echo "Error: Run via '. ./poky-init-build-env'" | 23 | echo "Error: Run via '. ./poky-init-build-env'" |
24 | return | 24 | return |
25 | else | ||
26 | . ./scripts/poky-env-internal | ||
25 | fi | 27 | fi |
26 | 28 | ||
27 | . ./scripts/poky-env-internal | ||