On 2022-10-31 22:00, Bart Schaefer wrote:
On Thu, Oct 20, 2022 at 7:25 PM, I wrote:typeset -T CDPATH cdpath=( ) typeset -aT CDPATH cdpath=( )The first one is the (incorrect) assignment for $CDPATH.Nobody called me out on that ... the first assignment is actually just fine.
But the 'typeset - g -aT ... ' remains a bug as you said? Or at least a redundancy?