set -x path always returns 1 on fedora34 on arm64

2021-05-11 Thread Boleyn Su
Please refer to the subject.

Re: Changing the way bash expands associative array subscripts

2021-05-11 Thread Chet Ramey
On 3/15/21 8:12 PM, Chet Ramey wrote: I'm kicking around a change to associative array subscript expansion that would basically force the equivalent of `assoc_expand_once' on all the time, with additional changes to prevent unwanted double expansion in an arithmetic expression context. The option