commit bash-20140516 snapshot

This commit is contained in:
Chet Ramey
2014-06-06 13:56:21 -04:00
parent 83bb01f012
commit d2465f436a
20 changed files with 2911 additions and 35 deletions
+1
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);
}