Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
$(...) and <<
- X-seq: zsh-workers 32923
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: $(...) and <<
- Date: Thu, 31 Jul 2014 10:27:11 +0100
- 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
$ zsh -c 'echo $(cat << EOF
blah)
EOF
); echo test'
zsh:4: parse error near `)'
Most shells (ash being a notable exception) used to suffer from that bug.
zsh seems to be the only one nowadays (tested ksh93/bash/dash/yash/mksh).
By the way, is there any plan of having an issue tracker for
zsh somewhere. That would help to keep track of the known
issues.
Cheers
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author