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!