diff options
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 5b204885e1..5fc8b19430 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -62,7 +62,7 @@ if [ "x" = "x$OECORELOCALCONF" ]; then | |||
62 | fi | 62 | fi |
63 | if ! (test -r "$BUILDDIR/conf/local.conf"); then | 63 | if ! (test -r "$BUILDDIR/conf/local.conf"); then |
64 | cat <<EOM | 64 | cat <<EOM |
65 | You had no conf/local.conf file. This configuration file has therefore beend | 65 | You had no conf/local.conf file. This configuration file has therefore been |
66 | created for you with some default values. You may wish to edit it to use a | 66 | created for you with some default values. You may wish to edit it to use a |
67 | different MACHINE (target hardware) or enable parallel build options to take | 67 | different MACHINE (target hardware) or enable parallel build options to take |
68 | advantage of multiple cores for example. See the file for more information as | 68 | advantage of multiple cores for example. See the file for more information as |