source:
MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-misc/func3.tests@
3770
| Last change on this file since 3770 was 3621, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 144 bytes | |
| Rev | Line | |
|---|---|---|
| [3621] | 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.
