On Tue, Jul 23, 2002 at 11:43:03PM +0200, Martin Kraemer wrote:
> Yes. "The unix philosophy".
> You are absolutely right: it IS inconsistent, and should be fixed.
> But rather than changing all exit codes to 1, I would prefer to see
> all these exit codes being changed to EX_OK:
>   #define EX_OK           0       /* successful termination */

EXIT_SUCCESS and EXIT_FAILURE is the proper value.  These
should be defined by the system/compiler/whatever.  -- justin

Reply via email to