diff options
author | Denys Vlasenko | 2018-01-28 20:13:33 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-01-28 20:13:33 +0100 |
commit | f19e3c1c6c96e3c709ac732ff70c586521f792d3 (patch) | |
tree | f2b16759f1eae8ac09205f0fb29f822d70610a36 /shell/ash_test/ash-arith/arith.right | |
parent | 675d24aeaff29dbce6dc116a4b7c9f6026ed5069 (diff) | |
download | busybox-f19e3c1c6c96e3c709ac732ff70c586521f792d3.zip busybox-f19e3c1c6c96e3c709ac732ff70c586521f792d3.tar.gz |
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>
Diffstat (limited to 'shell/ash_test/ash-arith/arith.right')
-rw-r--r-- | shell/ash_test/ash-arith/arith.right | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ash_test/ash-arith/arith.right b/shell/ash_test/ash-arith/arith.right index 9b9ca8e..6936f12 100644 --- a/shell/ash_test/ash-arith/arith.right +++ b/shell/ash_test/ash-arith/arith.right @@ -126,6 +126,10 @@ ghi ./arith2.sub: line 5: arithmetic syntax error 5 5 1 1 +6 6 +2 2 +3 3 +1 1 4 4 0 0 ./arith2.sub: line 42: arithmetic syntax error |