busybox/shell/hush_test/hush-arith/arith-ternary_nested.tests
Denys Vlasenko 3df885abe3 shell/math: fix the order of variable resolution in binops
function                                             old     new   delta
arith_apply                                         1134    1143      +9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2023-06-14 11:33:59 +02:00

2 lines
40 B
Text
Executable file

exec 2>&1
echo 5:$((1?2?3?4?5:6:7:8:9))