On Tue, 23 Jun 2015 13:17:06 -0700 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote: > If I were going to "fix" it for no reason other than the consistency, > I'd simply add MORE spaces rather than try to squash that one. > > typeset -a a > a=( b ) > typeset -A b > b=( b c ) That's how XTRACE output works, so it would make sense. pws