]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/type1.sub
Bash-4.3 patch 46
[thirdparty/bash.git] / tests / type1.sub
CommitLineData
3185942a
JA
1foo()
2{
3 echo $(<x1)
4}
5
6type foo
7
8eval "$(declare -f foo | sed 's:foo:bar:')"
9
10type bar