Sign in
nest-open-source
/
nest-hello
/
507800056
/
busybox
/
93bb1df950bc8e64dad7b804ca2f5050e3772296
/
.
/
shell
/
ash_test
/
ash-misc
/
local1.tests
blob: b1e675059738ec07383acd14e60f18d9ac17c67b [
file
]
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'"