Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: regression in "$*" expansion
- X-seq: zsh-workers 30298
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- Subject: Re: regression in "$*" expansion
- Date: Tue, 28 Feb 2012 10:28:59 +0100
- Authentication-results: mr.google.com; spf=pass (google.com: domain of arkanosis@xxxxxxxxx designates 10.180.74.177 as permitted sender) smtp.mail=arkanosis@xxxxxxxxx; dkim=pass header.i=arkanosis@xxxxxxxxx
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=QlpsZhjVyNs5KuUp0aVNwi7v/NKKcExXJEIy7PAv3kA=; b=ql77ffnHHdGg5+KX4P8qvernGw890C9czpRKIdGepeHZJeBUWn7qHPayUqdKqtiSjj pGclDzBPiMFgtqsGP6Vp6KhPaOJSlGuYywA3LizdJ+wty58kH75Vb5Qs/FrobSYmiZWT ndNRk+krssO8OgfVOd9iG+9ot/gcUpE385Fao=
- In-reply-to: <20120227202456.GD7566@yahoo.fr>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20120227202456.GD7566@yahoo.fr>
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