Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f318adaaab3288fe72cb853bf7ede56790a13182
/
.
/
shell
/
ash_test
/
ash-misc
/
func_local1.tests
blob: 1d594e20c82e371d9ca841f96de2fbcedab6429a [
file
] [
log
] [
blame
]
Ron Yorston
85405c8
2015-11-03 09:37:40 +0000
[
diff
] [
blame
]
1
export
z
=
z
2
f
()
{
local
z
=
a
;
env
|
grep
^
z
;
}
3
f
4
env
|
grep
^
z
5
echo
Done