index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-arith
/
arith-comma1.tests
blob: f863043033785fa50cc2618e2b6a9367b22d2050 (
plain
)
1
2
3
4
5
6
exec 2>&1 a='b=10' b=3 echo 10:$((a,b)) echo "a=$a" echo "b=$b"