hush: smaller code to set o_string to ""
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jul 2018 13:48:53 +0000 (15:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jul 2018 13:50:04 +0000 (15:50 +0200)
commit8b08d5a502adec2067e3ebf7f27513f75b0b95e8
tree5a449ce75ecd4aeb6ef7a88e5e539f1c6f711c9b
parent4c201c00a3650cdacad5fc098ca255416687fb0f
hush: smaller code to set o_string to ""

function                                             old     new   delta
encode_then_expand_vararg                            399     398      -1
parse_stream                                        2753    2748      -5

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