projects
/
platform
/
upstream
/
bash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ddcfa1
)
Bash-4.3 patch 18
author
Chet Ramey
<chet.ramey@case.edu>
Fri, 16 May 2014 18:19:20 +0000
(14:19 -0400)
committer
Chet Ramey
<chet.ramey@case.edu>
Fri, 16 May 2014 18:19:20 +0000
(14:19 -0400)
arrayfunc.c
patch
|
blob
|
history
patchlevel.h
patch
|
blob
|
history
diff --git
a/arrayfunc.c
b/arrayfunc.c
index
a89e67f
..
658b5aa
100644
(file)
--- a/
arrayfunc.c
+++ b/
arrayfunc.c
@@
-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);
}
diff --git
a/patchlevel.h
b/patchlevel.h
index
2ff299b
..
d669696
100644
(file)
--- a/
patchlevel.h
+++ b/
patchlevel.h
@@
-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 1
7
+#define PATCHLEVEL 1
8
#endif /* _PATCHLEVEL_H_ */