diff options
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 78a7d45ad0..b3e5d40903 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -50,6 +50,7 @@ BUILDDIR=`readlink -f "$BUILDDIR"` | |||
50 | 50 | ||
51 | if ! (test -d "$BBDIR" && test -d "$PKGDIR" && test -d "$BUILDDIR"); then | 51 | if ! (test -d "$BBDIR" && test -d "$PKGDIR" && test -d "$BUILDDIR"); then |
52 | echo >&2 "Error: Not all directories exist! Did you run this script in poky directory?" | 52 | echo >&2 "Error: Not all directories exist! Did you run this script in poky directory?" |
53 | return | ||
53 | fi | 54 | fi |
54 | 55 | ||
55 | if ! (test -r "$BUILDDIR/conf/local.conf"); then | 56 | if ! (test -r "$BUILDDIR/conf/local.conf"); then |