From d6b05eb9c27196ebe89b180d71ad86bf42e97002 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 6 Jun 2009 20:59:55 +0200 Subject: hush: make builtins work in pipes (eval ... | ...) on NOMMU Signed-off-by: Denys Vlasenko --- shell/msh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/msh.c') diff --git a/shell/msh.c b/shell/msh.c index dffacf02a..fe85a8170 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -3174,7 +3174,7 @@ static int dohelp(struct op *t UNUSED_PARAM, char **args UNUSED_PARAM) int col; const struct builtincmd *x; - printf("\n" + printf( "Built-in commands:\n" "------------------\n"); -- cgit v1.2.3