]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/dollar-at3.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / dollar-at3.sub
1 set -u
2
3 echo ${#@}
4 echo ${@:-bar}
5
6 echo $@
7 echo after 1
8 echo ${@}
9 echo after 2