busybox/shell/ash_test/ash-arith
Denys Vlasenko f19e3c1c6c shell: handle $((NUM++...) like bash does. Closes 10706
function                                             old     new   delta
evaluate_string                                      680     729     +49

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-01-28 20:13:33 +01:00
..
arith1.sub
arith2.sub shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith-bash1.right
arith-bash1.tests
arith-for.right
arith-for.testsx
arith-postinc.right shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith-postinc.tests shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith.right shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith.tests
README.ash

there is no support for (( )) constructs in ash