From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4212 invoked by alias); 28 Feb 2012 09:37:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30298 Received: (qmail 23037 invoked from network); 28 Feb 2012 09:37:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.41 as permitted sender) Received-SPF: pass (google.com: domain of arkanosis@gmail.com designates 10.180.74.177 as permitted sender) client-ip=10.180.74.177; Authentication-Results: mr.google.com; spf=pass (google.com: domain of arkanosis@gmail.com designates 10.180.74.177 as permitted sender) smtp.mail=arkanosis@gmail.com; dkim=pass header.i=arkanosis@gmail.com 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= MIME-Version: 1.0 In-Reply-To: <20120227202456.GD7566@yahoo.fr> References: <20120227202456.GD7566@yahoo.fr> From: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Date: Tue, 28 Feb 2012 10:28:59 +0100 Message-ID: Subject: Re: regression in "$*" expansion To: Stephane Chazelas Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, 2012/2/27 Stephane Chazelas : > $ ARGV0=3Dsh zsh -c 'IFS=3D; 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, --=20 J=C3=A9r=C3=A9mie