Sign in
coral
/
busybox
/
da2e46dff6576c29fa1d379c943bb7943aa6e7ce
/
.
/
shell
/
ash_test
/
ash-misc
/
func_local1.tests
blob: 1d594e20c82e371d9ca841f96de2fbcedab6429a [
file
] [
log
] [
blame
]
export
z
=
z
f
()
{
local
z
=
a
;
env
|
grep
^
z
;
}
f
env
|
grep
^
z
echo
Done