diff options
-rwxr-xr-x | poky-init-build-env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poky-init-build-env b/poky-init-build-env index 90151fb7bb..82590f2012 100755 --- a/poky-init-build-env +++ b/poky-init-build-env | |||
@@ -38,6 +38,7 @@ else | |||
38 | . $OEROOT/scripts/poky-env-internal | 38 | . $OEROOT/scripts/poky-env-internal |
39 | $OEROOT/scripts/poky-setup-builddir | 39 | $OEROOT/scripts/poky-setup-builddir |
40 | unset OEROOT | 40 | unset OEROOT |
41 | unset BBPATH | ||
41 | [ -n "$BUILDDIR" ] && cd $BUILDDIR | 42 | [ -n "$BUILDDIR" ] && cd $BUILDDIR |
42 | fi | 43 | fi |
43 | 44 | ||