hush: fix negative_arith.tests: glob-protect dash in "$((arith))"
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 21 Feb 2020 16:21:34 +0000 (17:21 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 21 Feb 2020 16:21:34 +0000 (17:21 +0100)
commite4a0612efdedca0182d444942c34317e9df28a27
tree97bffa46406ae80dd4349c1ace455e1c6b7837e8
parent45dd87aac05ddf8bbfb110fde85ef875f3adfb65
hush: fix negative_arith.tests: glob-protect dash in "$((arith))"

function                                             old     new   delta
expand_vars_to_list                                 1026    1082     +56
parse_dollar                                         810     811      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 57/0)               Total: 57 bytes

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