[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] ⏣PATCH⏣×2: types.db fix + exit status of chicken-
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] ⏣PATCH⏣×2: types.db fix + exit status of chicken-install |
Date: |
Tue, 05 Mar 2019 21:03:14 +0100 |
> On Thu, Feb 28, 2019 at 02:06:33PM +0100, address@hidden wrote:
> > Here are two patches addressing comments and suggestions by
> > megane.
>
> I've applied these and pushed, but I'm wondering why the exit status on
> error is 70 here.
>
> Basically:
>
> $ csi -e '(error "foo")'
>
> Error: foo
>
> $ echo $?
> 70
>
> Probably this should be changed to 1?
It's called EX_SOFTWARE, see <sysexits.h>.
felix