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 | poky-e0c47a055ce21b82499a2c686b1e835c91fdc0f9.tar.gz |
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 caac03c254..c74a16f4a6 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | if [ "x$1" = "x" ]; then | 19 | if [ "x$1" = "x" ]; then |
20 | MYNAME=`basename $0` | 20 | MYNAME=`basename $0` |
21 | echo -e "\nRun as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" | 21 | echo "Run as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" |
22 | echo "where:" | 22 | echo "where:" |
23 | echo " ZIMAGE - the kernel image file to use" | 23 | echo " ZIMAGE - the kernel image file to use" |
24 | echo " IMAGEFILE - the image file/location to use" | 24 | echo " IMAGEFILE - the image file/location to use" |