diff options
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-x | oe-init-build-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env b/oe-init-build-env index 52495133fd..6fee5f72a6 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -46,7 +46,7 @@ OEROOT=`readlink -f "$OEROOT"` export OEROOT . $OEROOT/scripts/oe-buildenv-internal && \ $OEROOT/scripts/oe-setup-builddir && \ - [ -n "$BUILDDIR" ] && cd $BUILDDIR + [ -n "$BUILDDIR" ] && cd "$BUILDDIR" unset OEROOT unset BBPATH unset THIS_SCRIPT |