From e0c47a055ce21b82499a2c686b1e835c91fdc0f9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 17 Jan 2007 16:36:32 +0000 Subject: Remove newlines in echos git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1160 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-qemu') 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" -- cgit v1.2.3