commit | 294eb4612cd668521faa48711297196f00af61d9 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jul 20 16:18:59 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jul 20 16:29:43 2018 +0200 |
tree | 15b002f51fdbfc3d32b1c33b8dd886d791f70cbc | |
parent | 57235beb696a7dbdb48751b9721c4c025127ae96 [diff] |
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test ash might be a bit buggy, need to investigate dollar_altvalue9 test function old new delta expand_one_var 1639 2236 +597 expand_variables 112 128 +16 expand_vars_to_list 1117 1097 -20 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 613/-20) Total: 593 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>