summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-xoe-init-build-env6
1 files changed, 3 insertions, 3 deletions
diff --git a/oe-init-build-env b/oe-init-build-env
index 77332a7d63..cc30a3b191 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -35,10 +35,10 @@ else
35 fi 35 fi
36 OEROOT=`readlink -f "$OEROOT"` 36 OEROOT=`readlink -f "$OEROOT"`
37 export OEROOT 37 export OEROOT
38 . $OEROOT/scripts/oe-buildenv-internal 38 . $OEROOT/scripts/oe-buildenv-internal && \
39 $OEROOT/scripts/oe-setup-builddir 39 $OEROOT/scripts/oe-setup-builddir && \
40 [ -n "$BUILDDIR" ] && cd $BUILDDIR
40 unset OEROOT 41 unset OEROOT
41 unset BBPATH 42 unset BBPATH
42 [ -n "$BUILDDIR" ] && cd $BUILDDIR
43fi 43fi
44 44