diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 73a356965c2..54b6ee8964f 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -135,7 +135,7 @@ unset GCONF_SCHEMA_INSTALL_SOURCE echo echo "### Shell environment set up for Poky builds. ###" echo -echo "You can now run 'bitbake <target>" +echo "You can now run 'bitbake <target>'" echo echo "Common targets are poky-image-minimal, poky-image-sato, meta-toolchain or meta-toolchain-sdk" echo |