Bash-4.3 patch 18
This commit is contained in:
parent
9ddcfa1684
commit
35751626ee
2 changed files with 2 additions and 1 deletions
|
|
@ -179,6 +179,7 @@ bind_array_var_internal (entry, ind, key, value, flags)
|
||||||
array_insert (array_cell (entry), ind, newval);
|
array_insert (array_cell (entry), ind, newval);
|
||||||
FREE (newval);
|
FREE (newval);
|
||||||
|
|
||||||
|
VUNSETATTR (entry, att_invisible); /* no longer invisible */
|
||||||
return (entry);
|
return (entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@
|
||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 17
|
#define PATCHLEVEL 18
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue