Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
regression in "$*" expansion
- X-seq: zsh-workers 30290
- From: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: regression in "$*" expansion
- Date: Mon, 27 Feb 2012 20:24:56 +0000
- 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
$ 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author