Hi Chet, On Mon, 22 Jun 2015 09:40:36 -0400, Chet Ramey wrote: > > My hope was that the updated patch I'm about to send would be released > > as bash43-040 in bash-4.3-patches/. Does that make sense, or am I > > missing something obvious? > > Here's a corrected patch, and eventually this will be released as an > official patch. > > Chet > > *** ../bash-4.3-patched/subst.c 2014-10-01 12:57:47.000000000 -0400 > --- subst.c 2015-06-22 09:16:53.000000000 -0400 > *************** > *** 5783,5787 **** > if (pflags & PF_ASSIGNRHS) > { > ! temp = array_variable_name (name, &tt, (int *)0); > if (ALL_ELEMENT_SUB (tt[0]) && tt[1] == ']') > temp = array_value (name, quoted|Q_DOUBLE_QUOTES, 0, &atype, &ind); > --- 5783,5787 ---- > if (pflags & PF_ASSIGNRHS) > { > ! var = array_variable_part (name, &tt, (int *)0); > if (ALL_ELEMENT_SUB (tt[0]) && tt[1] == ']') > temp = array_value (name, quoted|Q_DOUBLE_QUOTES, 0, &atype, &ind); >
Looks good, thank you! -- Jean Delvare SUSE L3 Support