From: Denys Vlasenko Date: Sun, 3 Oct 2010 22:01:47 +0000 (+0200) Subject: hush: remove "doesn't support brace expansion" from config help text X-Git-Tag: 1_18_0~175 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2069fb325f598c81a37222c8e44436439757029;p=oweals%2Fbusybox.git hush: remove "doesn't support brace expansion" from config help text Signed-off-by: Denys Vlasenko --- 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 @@ //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"