]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.3 patch 18
authorChet Ramey <chet.ramey@case.edu>
Fri, 16 May 2014 18:19:20 +0000 (14:19 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 16 May 2014 18:19:20 +0000 (14:19 -0400)
arrayfunc.c
patchlevel.h

index a89e67f11f19436a5d7e8670ebea72f2488456cd..658b5aa51d5ee08db50e918d55c21edfb022176c 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);
 }
 
index 2ff299b7e0d73d9396bda2dc75f3e9de61c29d34..d669696c4433e25bc85dbcff0d56320eb5a26613 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 17
+#define PATCHLEVEL 18
 
 #endif /* _PATCHLEVEL_H_ */