]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/dollar-at2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / dollar-at2.sub
CommitLineData
b80f6443
JA
1t1()
2{
3 xxx="echo $@"
4
5 recho "$xxx ; echo $@"
6}
7
8t2()
9{
10 xxx="echo $@"
11
12 recho "${xxx} ; echo $@"
13}
14
15t1 1
16t1 1 2
17
18t2 1
19t2 1 2