busybox: update to 1.25.0
[tomato.git] / release / src / router / busybox / shell / ash_test / ash-misc / func_local1.tests
blob1d594e20c82e371d9ca841f96de2fbcedab6429a
1 export z=z
2 f() { local z=a; env | grep ^z; }
4 env | grep ^z
5 echo Done