bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports env_parallel does not respect exit code fro


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports env_parallel does not respect exit code from functions
Date: Tue, 18 Oct 2016 00:10:38 +0200

On Wed, Oct 12, 2016 at 10:59 AM, Stefan Andres <address@hidden> wrote:
> Hi,
> the manual states:
>
> EXIT STATUS
>        Same as GNU parallel.
>
> But it seems that is not true:
>
> $ myfunc() { exit 1; }
> $ env_parallel myfunc ::: one two; echo $?
:
> 0

Thanks.

Fixed in git.

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]