Bash-4.3 patch 18

This commit is contained in:
Chet Ramey
2014-05-16 14:19:20 -04:00
parent 9ddcfa1684
commit 35751626ee
2 changed files with 2 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ bind_array_var_internal (entry, ind, key, value, flags)
array_insert (array_cell (entry), ind, newval);
FREE (newval);
VUNSETATTR (entry, att_invisible); /* no longer invisible */
return (entry);
}