aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/starquoted.tests
blob: 3be2026b77ae65aa1db785fd30783012c12686d1 (plain)
1
2
3
4
if test $# = 0; then
    exec "$THIS_SH" starquoted.tests 1 abc 'd e f'
fi
for a in "$*"; do echo ".$a."; done