diff options
author | Denys Vlasenko | 2021-09-26 13:25:49 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-09-26 13:29:25 +0200 |
commit | 1be73dd9ad6d2cf6747934374c1d58bd9bc211b4 (patch) | |
tree | a009dd15c30f36a991f945cca931c437479cd200 /shell/hush_test/hush-arith/arith-postinc.right | |
parent | 62e433131b289ea90e465cf0c5f78c8c226fc692 (diff) | |
download | busybox-1be73dd9ad6d2cf6747934374c1d58bd9bc211b4.zip busybox-1be73dd9ad6d2cf6747934374c1d58bd9bc211b4.tar.gz |
shell: fix parsing of $(( (v)++ + NUM ))
function old new delta
evaluate_string 988 1011 +23
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-arith/arith-postinc.right')
-rw-r--r-- | shell/hush_test/hush-arith/arith-postinc.right | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-arith/arith-postinc.right b/shell/hush_test/hush-arith/arith-postinc.right index c95ce02..5cd4ba6 100644 --- a/shell/hush_test/hush-arith/arith-postinc.right +++ b/shell/hush_test/hush-arith/arith-postinc.right @@ -2,4 +2,7 @@ 1 1 1 1 1 1 +6 6 +7 7 +7 7 Ok:0 |