Bash-4.3 patch 18
[platform/upstream/bash.git] / arrayfunc.c
index a89e67f..658b5aa 100644 (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);
 }