On Monday 30 March 2009 16:13, Michael Abbott wrote:
> Is there any way in ash to achieve the equivalent of bash's
> set -o pipefail
> ? So with ash I see that
> { false | true; }; echo $?
> reports 0 ... but I'd really like the option of catching the failing
> command in the middle of the pipe!
Me too. ;)
--
vda