diff options
Diffstat (limited to 'oe-init-build-env')
| -rwxr-xr-x | oe-init-build-env | 4 |
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 | |||
| 42 | unset THIS_SCRIPT | 42 | unset THIS_SCRIPT |
| 43 | 43 | ||
| 44 | export OEROOT | 44 | export 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 | } |
