mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
Fixes arith-ternary1.tests and arith-ternary_nested.tests function old new delta evaluate_string 1043 1101 +58 arith_apply 1087 1137 +50 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 108/0) Total: 108 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
40 B
Text
Executable file
2 lines
40 B
Text
Executable file
exec 2>&1
|
|
echo 5:$((1?2?3?4?5:6:7:8:9))
|