]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/type1.sub
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / tests / type1.sub
1 foo()
2 {
3 echo $(<x1)
4 }
5
6 type foo
7
8 eval "$(declare -f foo | sed 's:foo:bar:')"
9
10 type bar