source:
MondoRescue/branches/2.2.9/mindi-busybox/shell/hush_test/hush-misc/func2.tests@
2820
| Last change on this file since 2820 was 2725, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 124 bytes | |
| Line | |
|---|---|
| 1 | i=0 |
| 2 | while test $i != 2; do |
| 3 | f() { echo First $i; } |
| 4 | f |
| 5 | f() { echo Second $i; } |
| 6 | f |
| 7 | : $((i++)) |
| 8 | done |
| 9 | echo Done |
Note:
See TracBrowser
for help on using the repository browser.
