improve of cmpl.
[bush.git] / testing / 3.OriginalTest.dir / exp / new-exp / new-exp7.sub
blob970475ccd35447fbe4241dfbee0eeb03908aa1d3
1 foo()
3         echo < <(cat x1)
6 type foo
8 declare -f foo
10 echo $(declare -f foo | sed 's:foo:bar:')
11 eval "$(declare -f foo | sed 's:foo:bar:')"
13 type bar