aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-23 01:30:26 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-23 01:30:26 +0200
commitc1947f18f539b3e2e1972ec0c9a78c4651cf328b (patch)
tree7fa1c60eece648db2d1a80591bb9c1b063a57628 /shell
parentc0dab37d0a2e079d0e0c85aa979439373e9096ca (diff)
downloadbusybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.tar.gz
busybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.tar.bz2
busybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.zip
build failure fix and some cosmetics
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 5edcdb844..1187cbe8f 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -454,9 +454,9 @@ struct function {
454 char *name; 454 char *name;
455 struct command *parent_cmd; 455 struct command *parent_cmd;
456 struct pipe *body; 456 struct pipe *body;
457#if !BB_MMU 457# if !BB_MMU
458 char *body_as_string; 458 char *body_as_string;
459#endif 459# endif
460}; 460};
461#endif 461#endif
462 462