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 54430a026b..558d9c87cd 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal | |||
| @@ -44,7 +44,7 @@ BITBAKEDIR=`readlink -f "$BITBAKEDIR"` | |||
| 44 | BUILDDIR=`readlink -f "$BUILDDIR"` | 44 | BUILDDIR=`readlink -f "$BUILDDIR"` |
| 45 | 45 | ||
| 46 | if ! (test -d "$BITBAKEDIR"); then | 46 | if ! (test -d "$BITBAKEDIR"); then |
| 47 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Did you source the script in the correct directory?" | 47 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location" |
| 48 | return | 48 | return |
| 49 | fi | 49 | fi |
| 50 | 50 | ||
