summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-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"