hush: make expand_vars_to_list() a bit more sane
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 19 Jul 2018 09:16:53 +0000 (11:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 20 Jul 2018 14:27:26 +0000 (16:27 +0200)
commit116b50a5c1ea9d80d60641f2df2b61473b57fe47
tree0ea47e24ab66d3708c3b85d13ad4dabbb0dfa7a6
parente36a5894bd24a28b3529998bb7d0f87d7f5eb61b
hush: make expand_vars_to_list() a bit more sane

function                                             old     new   delta
append_str_maybe_ifs_split                             -      64     +64
expand_vars_to_list                                 1167    1139     -28
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 64/-28)             Total: 36 bytes

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