From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18619 invoked by alias); 27 Feb 2012 20:28:29 -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: 30290 Received: (qmail 28661 invoked from network); 27 Feb 2012 20:28:18 -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.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.3 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: regression in "$*" expansion Date: Mon, 27 Feb 2012 20:24:56 +0000 Message-ID: <20120227202456.GD7566@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 188-223-3-27.zone14.bethere.co.uk Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) $ 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) -- Stephane