diff options
| -rwxr-xr-x | scripts/oe-buildenv-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 03dc50ff91..9fae3b4ec3 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal | |||
| @@ -96,7 +96,7 @@ BITBAKEDIR=$(readlink -f "$BITBAKEDIR") | |||
| 96 | BUILDDIR=$(readlink -f "$BUILDDIR") | 96 | BUILDDIR=$(readlink -f "$BUILDDIR") |
| 97 | 97 | ||
| 98 | if [ ! -d "$BITBAKEDIR" ]; then | 98 | if [ ! -d "$BITBAKEDIR" ]; then |
| 99 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location" | 99 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location or specify an alternative path on the command line" |
| 100 | return 1 | 100 | return 1 |
| 101 | fi | 101 | fi |
| 102 | 102 | ||
