mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20080522 snapshot
This commit is contained in:
@@ -51,3 +51,13 @@ f ()
|
||||
{
|
||||
v='^A'
|
||||
}
|
||||
foo is a function
|
||||
foo ()
|
||||
{
|
||||
echo $(<x1)
|
||||
}
|
||||
bar is a function
|
||||
bar ()
|
||||
{
|
||||
echo $(<x1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user