mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
This fixes ash-arith-arith-ternary1/2.tests function old new delta evaluate_string 1271 1432 +161 arith_apply 968 1000 +32 arith 22 36 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 207/0) Total: 207 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
38 B
Text
Executable file
3 lines
38 B
Text
Executable file
exec 2>&1
|
|
x='@'
|
|
echo 42:$((1?42:++x))
|