projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eed2c6
)
hush: remove contradicting size info in config help
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:23:55 +0000
(22:23 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:23:55 +0000
(22:23 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index c03815e4ac897b274d8d4ce80e5ba554f5e0dec2..4f1f81f31249b8569704439c32db703a3a931d8b 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-104,7
+104,7
@@
//config: bool "hush (64 kb)"
//config: default y
//config: help
-//config: hush is a small shell
(25k)
. It handles the normal flow control
+//config: hush is a small shell. It handles the normal flow control
//config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops,
//config: case/esac. Redirections, here documents, $((arithmetic))
//config: and functions are supported.