data/method/busybox/busybox-1.36.0/shell/ash_test/ash-misc/func_local1.tests

6 lines
71 B
Plaintext
Executable File

export z=z
f() { local z=a; env | grep ^z; }
f
env | grep ^z
echo Done