projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0696b8a
)
echo: fix non-fancy echo
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 6 Jun 2007 07:50:51 +0000
(07:50 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 6 Jun 2007 07:50:51 +0000
(07:50 -0000)
coreutils/echo.c
patch
|
blob
|
history
diff --git
a/coreutils/echo.c
b/coreutils/echo.c
index 9aad2c2ba7196e7a67c91dda23835c43a197dca4..1016d3876dd1cac7792dfc7bf7bffa8488d10187 100644
(file)
--- 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;