Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
command substitution gets confused by case parens
- X-seq: zsh-workers 17188
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: command substitution gets confused by case parens
- Date: Tue, 21 May 2002 01:48:22 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
According to POSIX, I think, the following should work.
print $(case $TEST in
abc)
echo a
;;
def)
echo b
;;
esac)
zsh: parse error near `;;'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author