Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in ${(Q)...}
- X-seq: zsh-workers 18842
- From: Philippe Troin <phil@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in ${(Q)...}
- Date: 12 Jul 2003 19:38:12 -0700
- Mail-copies-to: nobody
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Philippe Troin <phil@xxxxxxxx>
% emulate -R zsh
% setopt extended_glob
% echo $ZSH_VERSION "<${(Q)${$(print hello)/%hello#}}>"
4.0.6 < >
Shouldn't that be:
4.0.6 <>
(no space)
But note that:
% echo $ZSH_VERSION "<${(Q)$(print hello)/%hello#}>"
4.0.6 <>
And that sounds good.
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author