aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-23 21:20:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-23 21:20:21 +0000
commit5bc593ccb8502703bd09a7cdc5a036fc748aa91e (patch)
tree5a2e3508fc5803e6b0eb64d17ec6d2678fa36801 /shell/Config.in
parentcccdc4e01abb354c50aa483a21d5ff56a18c0b4a (diff)
downloadbusybox-w32-5bc593ccb8502703bd09a7cdc5a036fc748aa91e.tar.gz
busybox-w32-5bc593ccb8502703bd09a7cdc5a036fc748aa91e.tar.bz2
busybox-w32-5bc593ccb8502703bd09a7cdc5a036fc748aa91e.zip
hush: implement echo builtin
builtin_echo - 36 +36 bltins 384 396 +12 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/0 up/down: 48/0) Total: 48 bytes
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 0689b4ec2..312583e87 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -166,6 +166,7 @@ config HUSH
166 select TRUE 166 select TRUE
167 select FALSE 167 select FALSE
168 select TEST 168 select TEST
169 select ECHO
169 help 170 help
170 hush is a very small shell (just 18k) and it has fairly complete 171 hush is a very small shell (just 18k) and it has fairly complete
171 Bourne shell grammar. It even handles all the normal flow control 172 Bourne shell grammar. It even handles all the normal flow control