]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/type1.sub
Bash-4.3 patch 7
[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