Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
empty here-document bug in zsh 4.3.10
- X-seq: zsh-workers 28257
- From: Ralf Wildenhues <Ralf.Wildenhues@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: empty here-document bug in zsh 4.3.10
- Date: Mon, 13 Sep 2010 18:13:19 +0000 (UTC)
- 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
Hello zsh maintainers,
cat >file <<EOF
EOF
produces an empty file with all Bourne-descending shells I know of,
except for zsh (even in 'emulate sh' mode) which puts a single newline
in the file. Spotted on FreeBSD.
Thanks,
Ralf
Messages sorted by:
Reverse Date,
Date,
Thread,
Author