aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-04 00:01:47 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-04 00:01:47 +0200
commite2069fb325f598c81a37222c8e44436439757029 (patch)
treecf3ee183a7656bcc6772600a47a1231c7b005850
parentbbecd74d5a9413412b59dafc2f200a181f960b20 (diff)
downloadbusybox-w32-e2069fb325f598c81a37222c8e44436439757029.tar.gz
busybox-w32-e2069fb325f598c81a37222c8e44436439757029.tar.bz2
busybox-w32-e2069fb325f598c81a37222c8e44436439757029.zip
hush: remove "doesn't support brace expansion" from config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/hush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 1f907e1ba..75083dc2e 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -120,8 +120,8 @@
120//config: 120//config:
121//config: It will compile and work on no-mmu systems. 121//config: It will compile and work on no-mmu systems.
122//config: 122//config:
123//config: It does not handle select, aliases, brace expansion, 123//config: It does not handle select, aliases, tilde expansion,
124//config: tilde expansion, &>file and >&file redirection of stdout+stderr. 124//config: &>file and >&file redirection of stdout+stderr.
125//config: 125//config:
126//config:config HUSH_BASH_COMPAT 126//config:config HUSH_BASH_COMPAT
127//config: bool "bash-compatible extensions" 127//config: bool "bash-compatible extensions"