summaryrefslogtreecommitdiffstats
path: root/scripts/poky-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-setup-builddir')
-rwxr-xr-xscripts/poky-setup-builddir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir
index 64240e1e5d..d6e5353621 100755
--- a/scripts/poky-setup-builddir
+++ b/scripts/poky-setup-builddir
@@ -31,7 +31,7 @@ if ! (test -d "$BUILDDIR"); then
31fi 31fi
32 32
33if ! (test -w "$BUILDDIR"); then 33if ! (test -w "$BUILDDIR"); then
34 echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . poky-init-build-env ~/my-build" 34 echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . oe-init-build-env ~/my-build"
35 exit 1 35 exit 1
36fi 36fi
37 37