source:
MondoRescue/branches/2.2.9/mindi-busybox/shell/hush_test/hush-misc/func3.tests@
2734
| Last change on this file since 2734 was 2725, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 144 bytes | |
| Line | |
|---|---|
| 1 | f() { false; return; echo BAD; }; |
| 2 | { f; echo One:$?; }; echo Zero:$? |
| 3 | |
| 4 | f() { false; return; }; |
| 5 | f; echo One:$? |
| 6 | |
| 7 | f() { return 5; }; |
| 8 | f; echo Five:$? |
Note:
See TracBrowser
for help on using the repository browser.
