hush: expand_vars_to_list() should not assume it starts new word
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 20 Jul 2018 12:45:12 +0000 (14:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 20 Jul 2018 14:27:26 +0000 (16:27 +0200)
commit57235beb696a7dbdb48751b9721c4c025127ae96
tree04b5ce752fea69cae5158b13298a5929610b813c
parent18e8b6129298c02f7b5ccc17fee6bccc01a8968f
hush: expand_vars_to_list() should not assume it starts new word

function                                             old     new   delta
expand_variables                                     112     115      +3
expand_vars_to_list                                 1117    1108      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 3/-9)               Total: -6 bytes

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