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

@@ -312,7 +312,7 @@ static int builtin_help(struct child_prog UNUSED_PARAM *dummy)
{
const struct built_in_command *x;
printf("\n"
printf(
"Built-in commands:\n"
"------------------\n");
for (x = bltins; x <= &VEC_LAST(bltins); x++) {