From: Denis Vlasenko Date: Wed, 6 Jun 2007 07:50:51 +0000 (-0000) Subject: echo: fix non-fancy echo X-Git-Tag: 1_7_0~278 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c084d2f205469358d594e89365e3e184f416f005;p=oweals%2Fbusybox.git echo: fix non-fancy echo --- diff --git a/coreutils/echo.c b/coreutils/echo.c index 9aad2c2ba..1016d3876 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;