mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20090226 snapshot
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
foo()
|
||||
{
|
||||
echo
|
||||
cat <<END
|
||||
bar
|
||||
END
|
||||
cat <<EOF
|
||||
qux
|
||||
EOF
|
||||
}
|
||||
|
||||
type foo
|
||||
foo
|
||||
|
||||
eval "$(type foo | sed 1d)"
|
||||
foo
|
||||
Reference in New Issue
Block a user