hush: remove "doesn't support brace expansion" from config help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-10-04 00:01:47 +02:00
parent bbecd74d5a
commit e2069fb325

View File

@ -120,8 +120,8 @@
//config:
//config: It will compile and work on no-mmu systems.
//config:
//config: It does not handle select, aliases, brace expansion,
//config: tilde expansion, &>file and >&file redirection of stdout+stderr.
//config: It does not handle select, aliases, tilde expansion,
//config: &>file and >&file redirection of stdout+stderr.
//config:
//config:config HUSH_BASH_COMPAT
//config: bool "bash-compatible extensions"