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-misc
/
func_local1.tests
blob: 1d594e20c82e371d9ca841f96de2fbcedab6429a (
plain
)
1
2
3
4
5
export z=z f() { local z=a; env | grep ^z; } f env | grep ^z echo Done