Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug] shwordsplit not working on $@ when $# > 1
- X-seq: zsh-workers 39005
- From: Jérémie Roquet <jroquet@xxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [bug] shwordsplit not working on $@ when $# > 1
- Date: Mon, 8 Aug 2016 20:02:18 +0200
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=bG82kNT3QyYQ024F36f09G5O57SwUesJlqPJpEBQJ80=; b=OPBYYv8aE3kkbEeDSVF5qn1/wwDaLpqeHx8XsUf7vJvYTBFooIZ6osUrdZpKR3lQJU LOe+iWqs3GJzPjAxuWVgPdDPLtZp+Lk9dPYYYOCzZnnXIcQNnps7gh6pN4usADlTj8Ti pIypJUFFh9p9p/t8lYdyBpe4aHY+/vrxmx2t4/ZGzFL/ORtJue0vmStOsqztFQqXWpvg T6l1s/tkh7KGcUbvsOibUcw/IBlBgpeGpjflOR00kOwPGokJVtv06WwLu5A7tVC3ojdF cfmSFxTAsuP8GxQz4AxJ+lNVkScFRtJgjJ4nhvLISDfuoxackp5Y7uiL+gbOc1WnnQPW scDg==
- In-reply-to: <160808102822.ZM29365@torch.brasslantern.com>
- 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: <20160808111626.GA19766@chaz.gmail.com> <160808102822.ZM29365@torch.brasslantern.com>
- Sender: arkanosis@xxxxxxxxx
2016-08-08 19:28 GMT+02:00 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> On Aug 8, 12:16pm, Stephane Chazelas wrote:
> }
> } ~$ zsh -o shwordsplit -c 'IFS=:; echo $@' zsh a:b
> } a b
> } ~$ zsh -o shwordsplit -c 'IFS=:; echo $@' zsh a:b c
> } a:b c
>
> Very odd. Works correctly in zsh-3.0.8, does not in zsh 4.3.17 (I don't
> have anything in between with which to test).
The behavior changed in 2011 with this changeset:
https://sourceforge.net/p/zsh/code/ci/6699851bcb535f3b2eb707a91cdc1a27f65a05a2
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author