zsh-workers
 help / color / mirror / code / Atom feed
* BUG: zsh-3.1.5-pws-14: parameter expansion not working properly
@ 1999-04-10 11:28 Geoff Wing
  1999-04-12  6:51 ` Andrej Borsenkow
  0 siblings, 1 reply; 3+ messages in thread
From: Geoff Wing @ 1999-04-10 11:28 UTC (permalink / raw)
  To: zsh-workers

Here's a fragment of the expansion similar to that used in
cvsentries() in Misc/compctl-examples 

% zsh-3.1.5
% a=("${(f@)$(echo foo; echo bar)}"); print -l $a
foo
bar
% a=("${${(f@)$(echo foo; echo bar)}:#f*}"); print -l $a
bar
% zsh-3.1.5-pws-14
% a=("${(f@)$(echo foo; echo bar)}"); print -l $a
foo
bar
% a=("${${(f@)$(echo foo; echo bar)}:#f*}"); print -l $a

%
-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-04-12  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-10 11:28 BUG: zsh-3.1.5-pws-14: parameter expansion not working properly Geoff Wing
1999-04-12  6:51 ` Andrej Borsenkow
1999-04-12  7:35   ` Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).