commit bash-20080522 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:24:08 -05:00
parent 33fe8777ce
commit 8943768b87
74 changed files with 3052 additions and 462 deletions
+10
View File
@@ -0,0 +1,10 @@
foo()
{
echo $(<x1)
}
type foo
eval "$(declare -f foo | sed 's:foo:bar:')"
type bar