mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20080522 snapshot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
foo()
|
||||
{
|
||||
echo $(<x1)
|
||||
}
|
||||
|
||||
type foo
|
||||
|
||||
eval "$(declare -f foo | sed 's:foo:bar:')"
|
||||
|
||||
type bar
|
||||
Reference in New Issue
Block a user