On Tue, Sep 2, 2014 at 9:02 AM, Chet Ramey <chet.ra...@case.edu> wrote: > It's a bug that results in `arr[0]' being created as a shell variable. > I've attached a patch for people who want to experiment with it.
I applied it against 4.3.24 but it failed to build... Am I missing some patch in between? variables.c:2560:15: error: too many arguments to function ‘make_new_array_variable’ entry = make_new_array_variable (newname, table); /* indexed array by default */