summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-10 15:59:11 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-10 15:59:11 +0100
commit453ee8d5737d90b0a17cf62c750d415080000a2d (patch)
tree182fb416c139466b300d12de23aa981e1b321c73 /scripts/poky-env-internal
parentd92a12f7611c569603ce797954ad69d9a0ca2b6b (diff)
downloadopenembedded-core-contrib-453ee8d5737d90b0a17cf62c750d415080000a2d.tar.gz
poky-env-internal: fix a typo
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 73a356965c..54b6ee8964 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