diff options
Diffstat (limited to 'scripts/poky-setup-builddir')
-rwxr-xr-x | scripts/poky-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir index 7a49a8fb9..b8a6dd95a 100755 --- a/scripts/poky-setup-builddir +++ b/scripts/poky-setup-builddir @@ -31,7 +31,7 @@ if ! (test -d "$BUILDDIR"); then fi if ! (test -w "$BUILDDIR"); then - echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . poky-init-build-env ~/my-build" + echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . oe-init-build-env ~/my-build" exit 1 fi |