bug#23448: stdbuf exit code does not reflect child status

2016-05-04 Thread Assaf Gordon
tag 23448 notabug thanks Closed based on off-list response from submitter. -assaf

bug#23448: stdbuf exit code does not reflect child status

2016-05-04 Thread Assaf Gordon
Hello, On 05/04/2016 10:48 AM, Larry Wilson wrote: How can I get the exit status of the command I am running? I'm not able to reproduce this error. Notice the following: $ stdbuf -oL false && echo ok || echo fail fail $ stdbuf -oL true && echo ok || echo fail ok $ stdbuf -oL sh

bug#23448: stdbuf exit code does not reflect child status

2016-05-04 Thread Larry Wilson
How can I get the exit status of the command I am running?