summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-xoe-init-build-env4
1 files changed, 2 insertions, 2 deletions
diff --git a/oe-init-build-env b/oe-init-build-env
index 8c1bd54e57..38333ab858 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -42,8 +42,8 @@ fi
42unset THIS_SCRIPT 42unset THIS_SCRIPT
43 43
44export OEROOT 44export OEROOT
45. $OEROOT/scripts/oe-buildenv-internal && 45. "$OEROOT"/scripts/oe-buildenv-internal &&
46 TEMPLATECONF="$TEMPLATECONF" $OEROOT/scripts/oe-setup-builddir || { 46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
47 unset OEROOT 47 unset OEROOT
48 return 1 48 return 1
49} 49}