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

Bug in mult_isarr



Modifiers and split process substitutions don't seem to go together too
well with the mult_isarr patch (6046).

% print "${(@)${(@)=$(echo yan tan tethera dick)}:##t*}"

before:

yan dick

after:

yan tan tethera dick

The example that I originally found was presumably triggering the same
thing, 

% print "${(@)${(@f)$(typeset)}:#*local *\=*}"

where you get nothing after the patch.  However, I also noticed that in
that case if you miss out the `:' the shell hangs.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



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