Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in mult_isarr
- X-seq: zsh-workers 6248
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Bug in mult_isarr
- Date: Mon, 10 May 1999 13:21:20 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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