summaryrefslogtreecommitdiff
path: root/shell/lash_unused.c
diff options
context:
space:
mode:
authorDenys Vlasenko2009-06-06 20:59:55 +0200
committerDenys Vlasenko2009-06-06 20:59:55 +0200
commitd6b05eb9c27196ebe89b180d71ad86bf42e97002 (patch)
treebb9d1d01d2c8725a4ef1fc4bf7893c05f0327a02 /shell/lash_unused.c
parent62152da892e9445beaed60a461cf63721f52eff4 (diff)
downloadbusybox-d6b05eb9c27196ebe89b180d71ad86bf42e97002.zip
busybox-d6b05eb9c27196ebe89b180d71ad86bf42e97002.tar.gz
hush: make builtins work in pipes (eval ... | ...) on NOMMU
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/lash_unused.c')
-rw-r--r--shell/lash_unused.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash_unused.c b/shell/lash_unused.c
index 21ea547..2574987 100644
--- a/shell/lash_unused.c
+++ b/shell/lash_unused.c
@@ -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++) {