From 8a37a2a352d9a814e7d399b61bebb158cd34539f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 6 Jun 2007 17:49:03 +0000 Subject: [PATCH] - fix non-fancy echo by pulling r18752 from trunk. --- coreutils/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1