]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/dollar-at4.sub
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / tests / dollar-at4.sub
1 set 'a b' 'c d'
2
3 recho "$@"
4 recho $@
5
6 quoted="$@"
7 unquoted=$@
8
9 recho "$quoted"
10 recho "$unquoted"