From: Bernhard Reutner-Fischer Date: Wed, 6 Jun 2007 17:49:03 +0000 (-0000) Subject: - fix non-fancy echo by pulling r18752 from trunk. X-Git-Tag: 1_6_1~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a37a2a352d9a814e7d399b61bebb158cd34539f;p=oweals%2Fbusybox.git - fix non-fancy echo by pulling r18752 from trunk. --- diff --git a/coreutils/echo.c b/coreutils/echo.c index 9aad2c2ba..e1eea0007 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c @@ -33,7 +33,7 @@ int bb_echo(char **argv) eflag = '\\', nflag = 1, /* 1 -- print '\n' */ }; - ++argv; + arg = *++argv; #else const char *p; char nflag = 1;