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

=nonexistent crashes scripts



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