summaryrefslogtreecommitdiffstats
path: root/tests/dollar-star4.sub
blob: 1b551f2d8bfb7381a3de89b21995619ee6029873 (plain)
1
2
3
4
5
6
7
8
9
set -u

echo ${#*}
echo ${*:-bar}

echo $*
echo after 1
echo ${*}
echo after 2