Imported from ../bash-3.0.tar.gz.
This commit is contained in:
parent
7117c2d221
commit
b80f6443b6
400 changed files with 69247 additions and 13346 deletions
19
tests/dollar-at2.sub
Normal file
19
tests/dollar-at2.sub
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
t1()
|
||||
{
|
||||
xxx="echo $@"
|
||||
|
||||
recho "$xxx ; echo $@"
|
||||
}
|
||||
|
||||
t2()
|
||||
{
|
||||
xxx="echo $@"
|
||||
|
||||
recho "${xxx} ; echo $@"
|
||||
}
|
||||
|
||||
t1 1
|
||||
t1 1 2
|
||||
|
||||
t2 1
|
||||
t2 1 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue