diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 14:31:34 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 14:31:34 +0200 |
commit | 771f1995a99e63600a513f97ce35cbb9f6865138 (patch) | |
tree | bcf36201ace3b73e8158fe3f248539bd155718dc /shell/hush.c | |
parent | 29082231d0cb1a5b327de5d515b16f332d4dbdaf (diff) | |
download | busybox-w32-771f1995a99e63600a513f97ce35cbb9f6865138.tar.gz busybox-w32-771f1995a99e63600a513f97ce35cbb9f6865138.tar.bz2 busybox-w32-771f1995a99e63600a513f97ce35cbb9f6865138.zip |
ash: move config stuff into ash.c, no code chages
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index c5a8ea617..56a3f4b14 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -114,7 +114,7 @@ | |||
114 | //config: bool "hush" | 114 | //config: bool "hush" |
115 | //config: default y | 115 | //config: default y |
116 | //config: help | 116 | //config: help |
117 | //config: hush is a small shell (22k). It handles the normal flow control | 117 | //config: hush is a small shell (25k). It handles the normal flow control |
118 | //config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops, | 118 | //config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops, |
119 | //config: case/esac. Redirections, here documents, $((arithmetic)) | 119 | //config: case/esac. Redirections, here documents, $((arithmetic)) |
120 | //config: and functions are supported. | 120 | //config: and functions are supported. |