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-vars
/
var_nested2.tests
blob: e8865861e2d84d3975f34ec6f169f8a8d84c3221 (
plain
)
1
2
# the bug was easier to trigger in one-liner form a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b