Bash-4.3 patch 18

This commit is contained in:
Chet Ramey 2014-05-16 14:19:20 -04:00
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);
}

View 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_ */