hush: make builtins work in pipes (eval ... | ...) on NOMMU

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-06-06 20:59:55 +02:00
parent 62152da892
commit d6b05eb9c2
4 changed files with 185 additions and 93 deletions

View File

@ -12233,7 +12233,7 @@ helpcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
unsigned col;
unsigned i;
out1fmt("\n"
out1fmt(
"Built-in commands:\n"
"------------------\n");
for (col = 0, i = 0; i < ARRAY_SIZE(builtintab); i++) {