hush: more fixes to variable expansion, more testcases
[oweals/busybox.git] / shell / hush_test / hush-bugs / starquoted.tests
1 if test $# = 0; then
2     exec "$THIS_SH" starquoted.tests 1 abc 'd e f'
3 fi
4 for a in "$*"; do echo ".$a."; done