bug-bash
[Top][All Lists]
Advanced

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

Re: set command overrides my ARGV array


From: Greg Wooledge
Subject: Re: set command overrides my ARGV array
Date: Tue, 27 Dec 2016 15:26:07 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Dec 27, 2016 at 05:21:13PM +0100, Martin MOKREJ?? wrote:
> Hi,
>   I wanted to enable error code reporting for piped processes. This should 
>   be doable by "set -o pipeline on".

There is no such set -o keyword.  I think you're looking for
"set -o pipefail" instead.  (Note: there is no "on".  The -o means on.
If you use +o it means off.)



reply via email to

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