diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-06 20:59:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-06 20:59:55 +0200 |
commit | d6b05eb9c27196ebe89b180d71ad86bf42e97002 (patch) | |
tree | bb9d1d01d2c8725a4ef1fc4bf7893c05f0327a02 /shell/msh.c | |
parent | 62152da892e9445beaed60a461cf63721f52eff4 (diff) | |
download | busybox-w32-d6b05eb9c27196ebe89b180d71ad86bf42e97002.tar.gz busybox-w32-d6b05eb9c27196ebe89b180d71ad86bf42e97002.tar.bz2 busybox-w32-d6b05eb9c27196ebe89b180d71ad86bf42e97002.zip |
hush: make builtins work in pipes (eval ... | ...) on NOMMU
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
3174 | int col; | 3174 | int col; |
3175 | const struct builtincmd *x; | 3175 | const struct builtincmd *x; |
3176 | 3176 | ||
3177 | printf("\n" | 3177 | printf( |
3178 | "Built-in commands:\n" | 3178 | "Built-in commands:\n" |
3179 | "------------------\n"); | 3179 | "------------------\n"); |
3180 | 3180 | ||