hush: implement brace expansion
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Oct 2010 12:28:04 +0000 (14:28 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Oct 2010 12:28:04 +0000 (14:28 +0200)
commit9e800223f13edeb02412936c810e7ee79f35c27c
treea59d347da23cf42a77ae9e8b957cae2b2287c2a2
parent238081f750f442c1dd851ba70243bd0819f3ca04
hush: implement brace expansion

When enabled:

function                                             old     new   delta
glob_brace                                             -     402    +402
next_brace_sub                                         -      70     +70
expand_on_ifs                                        185     231     +46
bbconfig_config_bz2                                 4923    4929      +6
o_save_ptr                                           282     140    -142
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/1 up/down: 524/-142)          Total: 382 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c