hush: remove "doesn't support brace expansion" from config help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Oct 2010 22:01:47 +0000 (00:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Oct 2010 22:01:47 +0000 (00:01 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 1f907e1ba5015b8140bea86fbbadf397b5095e92..75083dc2e5cf2ffce8ad392eecc3a56735cfb428 100644 (file)
 //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"