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

Re: BUG in rcexpandparam? (was: ZSH 3.0.5 breaks script)



Andrej Borsenkow wrote:
> Either something is wrong with bar=() or with rcexpandparam?

aha, that's the key to the bug I posted a few weeks ago.

% fn() { =ls $* } 
% fn
zsh: command not found: =ls
% unsetopt rcexpandparam
% fn
<works OK>

The $* here is required to make it fail.

-- 
Peter Stephenson <pws@xxxxxx>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, Platanenallee 6, 15738 Zeuthen, Germany.



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