Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
cafb2d195d4d68e4e4c474453409a69643edf5aa
/
.
/
shell
/
hush_test
/
hush-misc
/
local1.tests
blob: b1e675059738ec07383acd14e60f18d9ac17c67b [
file
] [
log
] [
blame
]
a
=
A
f
()
{
local
a
# the above line unsets $a
echo
"A2:'$a'"
unset a
echo
"A3:'$a'"
}
echo
"A1:'$a'"
f
echo
"A4:'$a'"