source: trunk/essentials/app-shells/bash/tests/dollar-at2.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 127 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.