summaryrefslogtreecommitdiffstats
path: root/tests/dollar-at4.sub
blob: c8de866437578ae328f2d3700caa5d040d172547 (plain)
1
2
3
4
5
6
7
8
9
10
set 'a  b' 'c  d'

recho "$@"
recho $@

quoted="$@"
unquoted=$@

recho "$quoted"
recho "$unquoted"