Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

regression in "$*" expansion



$ 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