Return status

Joakim Nilsson <[email protected]> Mon, 30 Jun 2014 23:47:24 +0200
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <CAETnvcXCJk+1yCN8w-cD46AKkQm2cNRpXfA_XBxpZV4HG+UqNg@mail.gmail.com>
Hello!

While constructing a makefile for an EDA workflow, I just noticed the
return status of gnucap may be 0 even though an error has occurred.
More specifically, the line:

Q1 3 5 4 npn 1

prints the error:

Q1: can't find: 1

, but the return status is still 0. Since gnucap aborts after this
message, shouldn't the return status be non-zero?