mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 12:10:35 +02:00
commit bash-20131213 snapshot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fn ()
|
||||
{
|
||||
declare -n var=foo; var=bar
|
||||
}
|
||||
|
||||
unset foo
|
||||
fn
|
||||
echo ${foo:-unset}
|
||||
Reference in New Issue
Block a user