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

Re: regression in "$*" expansion



Hi,

2012/2/27 Stephane Chazelas <stephane_chazelas@xxxxxxxx>:
> $ ARGV0=sh zsh -c 'IFS=; print -rl "$*"' x a b c
> a
> b
> c
>
> (instead of expected "abc").
>
> It's only in sh emulation, and I'm pretty sure it worked
> correctly before though I can't verify it now.
>
> ~$ zsh --version
> zsh 4.3.15 (x86_64-unknown-linux-gnu)

I get the same output using zsh 4.3.12-dev-1 (which I compiled from
the git repo on the 29th of June) or zsh 4.3.11-dev-4 (which I *think*
I compiled from the git repo on the 24th of May) but I get "abc" using
zsh 4.3.11 (which has been shipped with Ubuntu some times ago).

Best regards,

-- 
Jérémie



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