From 35751626eebdec08c6ac8600b33477e6db31988a Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Fri, 16 May 2014 14:19:20 -0400 Subject: Bash-4.3 patch 18 --- arrayfunc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arrayfunc.c') 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); } -- cgit v1.2.3