source:
MondoRescue/branches/2.2.8.selinux/mindi-busybox/shell/hush_test/hush-parsing/starquoted.tests@
2512
| Last change on this file since 2512 was 1765, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | if test $# = 0; then |
| 2 | exec "$THIS_SH" "$0" 1 abc 'd e f' |
| 3 | fi |
| 4 | |
| 5 | for a in "$*"; do echo ".$a."; done |
| 6 | for a in "$@"; do echo ".$a."; done |
| 7 | for a in "-$*-"; do echo ".$a."; done |
| 8 | for a in "-$@-"; do echo ".$a."; done |
Note:
See TracBrowser
for help on using the repository browser.
