mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
5 lines
71 B
Text
Executable file
5 lines
71 B
Text
Executable file
export z=z
|
|
f() { local z=a; env | grep ^z; }
|
|
f
|
|
env | grep ^z
|
|
echo Done
|