-- 
  greetz, marc
On my planet we don't marry people we don't love unless they're
critically ill billionaires.
        Crichton - Look at the Princess - A Kiss is Just a Kiss
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux
---
 coreutils/echo.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: busybox-1.6.0/coreutils/echo.c
===================================================================
--- busybox-1.6.0.orig/coreutils/echo.c
+++ busybox-1.6.0/coreutils/echo.c
@@ -33,7 +33,9 @@
 		eflag = '\\',
 		nflag = 1,  /* 1 -- print '\n' */
 	};
-	++argv;
+	arg = *++argv;
+	if (!arg)
+		goto newline_ret;
 #else
 	const char *p;
 	char nflag = 1;
@@ -107,9 +109,7 @@
 		putchar(' ');
 	}
 
-#if ENABLE_FEATURE_FANCY_ECHO
  newline_ret:
-#endif
 	if (nflag) {
 		putchar('\n');
 	}

Attachment: signature.asc
Description: Digital signature

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to