source:
MondoRescue/branches/3.3/mindi-busybox/shell/hush_test/hush-bugs/var3.tests@
3844
| Last change on this file since 3844 was 3621, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 99 bytes | |
| Line | |
|---|---|
| 1 | x=0; f() { local x=1; echo $x; local x; echo $x; unset x; echo $x; local x; echo $x; }; f; echo $x |
Note:
See TracBrowser
for help on using the repository browser.
