commit bash-20131213 snapshot

This commit is contained in:
Chet Ramey
2013-12-30 09:38:02 -05:00
parent 44b4dfee25
commit ff3257877e
15 changed files with 16953 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
fn ()
{
declare -n var=foo; var=bar
}
unset foo
fn
echo ${foo:-unset}