source:
trunk/essentials/app-shells/bash/tests/dollar-at2.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
1 | t1() |
2 | { |
3 | xxx="echo $@" |
4 | |
5 | recho "$xxx ; echo $@" |
6 | } |
7 | |
8 | t2() |
9 | { |
10 | xxx="echo $@" |
11 | |
12 | recho "${xxx} ; echo $@" |
13 | } |
14 | |
15 | t1 1 |
16 | t1 1 2 |
17 | |
18 | t2 1 |
19 | t2 1 2 |
Note:
See TracBrowser
for help on using the repository browser.