diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-17 16:36:32 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-17 16:36:32 +0000 |
commit | e0c47a055ce21b82499a2c686b1e835c91fdc0f9 (patch) | |
tree | 1c26920c297946041c33764589d01dc0be2bc493 /scripts/poky-qemu | |
parent | 3408e51a6eb769a3fc48a9cda14308f3a1fed996 (diff) | |
download | openembedded-core-e0c47a055ce21b82499a2c686b1e835c91fdc0f9.tar.gz openembedded-core-e0c47a055ce21b82499a2c686b1e835c91fdc0f9.tar.bz2 openembedded-core-e0c47a055ce21b82499a2c686b1e835c91fdc0f9.tar.xz openembedded-core-e0c47a055ce21b82499a2c686b1e835c91fdc0f9.zip |
Remove newlines in echos
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1160 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-x | scripts/poky-qemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index caac03c25..c74a16f4a 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu @@ -18,7 +18,7 @@ if [ "x$1" = "x" ]; then MYNAME=`basename $0` - echo -e "\nRun as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" + echo "Run as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" echo "where:" echo " ZIMAGE - the kernel image file to use" echo " IMAGEFILE - the image file/location to use" |