Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: RC_EXPAND_PARAM bug



On Jul 28,  2:42pm, Andrew Main wrote:
} Subject: RC_EXPAND_PARAM bug
}
} What do you make of this (observed on 3.0.4 under Linux):
} 
} % a=(a b)
} % x=(x y)
} % echo ${^a}1${^x}
} a1y b1x b1y
} 
} ?

It gets weirder:

% echo 1${^a}1${^^x}
1ay 1b1x 1by


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author