illumos-port-bash/tests/new-exp7.sub

14 lines
151 B
Plaintext

foo()
{
echo < <(cat x1)
}
type foo
declare -f foo
echo $(declare -f foo | sed 's:foo:bar:')
eval "$(declare -f foo | sed 's:foo:bar:')"
type bar