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