aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-05-16 14:19:20 -0400
committerChet Ramey <chet.ramey@case.edu>2014-05-16 14:19:20 -0400
commit35751626eebdec08c6ac8600b33477e6db31988a (patch)
tree29e11be4d0b1b1576dfd15c945740dab21053e91
parent9ddcfa16842544a50150d075a279975db3776380 (diff)
downloadandroid_external_bash-35751626eebdec08c6ac8600b33477e6db31988a.tar.gz
android_external_bash-35751626eebdec08c6ac8600b33477e6db31988a.tar.bz2
android_external_bash-35751626eebdec08c6ac8600b33477e6db31988a.zip
Bash-4.3 patch 18
-rw-r--r--arrayfunc.c1
-rw-r--r--patchlevel.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/arrayfunc.c b/arrayfunc.c
index a89e67f..658b5aa 100644
--- 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
--- 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 17
+#define PATCHLEVEL 18
#endif /* _PATCHLEVEL_H_ */