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