Re: bash-3.1.1 parses arrays slightly incorrectly

2005-12-27 Thread Chet Ramey
Mike Frysinger wrote: > On Saturday 24 December 2005 13:27, Chet Ramey wrote: >> Mike Frysinger wrote: >>> On Thu, Dec 22, 2005 at 09:24:06AM -0500, Chet Ramey wrote: Bash-Release: 3.1 Patch-ID: bash31-001 Bug-Description: There are parsing problems with compound assig

Re: bash-3.1.1 parses arrays slightly incorrectly

2005-12-24 Thread Mike Frysinger
On Saturday 24 December 2005 13:27, Chet Ramey wrote: > Mike Frysinger wrote: > > On Thu, Dec 22, 2005 at 09:24:06AM -0500, Chet Ramey wrote: > >> Bash-Release: 3.1 > >> Patch-ID: bash31-001 > >> > >> Bug-Description: > >> > >> There are parsing problems with compound assignments in several > >> co

Re: bash-3.1.1 parses arrays slightly incorrectly

2005-12-24 Thread Chet Ramey
Mike Frysinger wrote: > On Thu, Dec 22, 2005 at 09:24:06AM -0500, Chet Ramey wrote: >> Bash-Release: 3.1 >> Patch-ID: bash31-001 >> >> Bug-Description: >> >> There are parsing problems with compound assignments in several contexts, >> including as arguments to builtins like `local', `eval', and `le