Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
=nonexistent crashes scripts
- X-seq: zsh-users 8235
- From: <kynn@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: =nonexistent crashes scripts
- Date: Wed, 24 Nov 2004 13:32:01 -0500 (EST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Sourcing the following script
unsetopt errexit
FOO==ls 2>/dev/null
echo OK
FOO==nonexistent 2>/dev/null
echo OK
produces only one "OK" before the script crashes. This seems like
a serious bug to me; it makes the =command facility all but useless.
Is there any way around this?
kynn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author