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
/
ash_test
/
ash-vars
/
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests
blob: e97a08a57be3226be0facbeac85a8ede5536b326 (
plain
)
1
2
3
unset a echo $((3 + ${a:=$((4 + 5))})) echo $a