source:
MondoRescue/branches/3.2/mindi-busybox/shell/hush_test/hush-misc/func_args1.tests
| Last change on this file was 2725, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 160 bytes | |
| Line | |
|---|---|
| 1 | # UNFIXED BUG |
| 2 | |
| 3 | f() { echo "'f $1 $2 $3' called"; } |
| 4 | |
| 5 | set -- a b c |
| 6 | echo "params: $1 $2 $3" |
| 7 | f 1 2 3 |
| 8 | echo "params: $1 $2 $3" |
| 9 | true | f 1 2 3 |
| 10 | echo "params: $1 $2 $3" |
Note:
See TracBrowser
for help on using the repository browser.
