Re:"read < <(:); echo $?" prints 0 when job control is disabled (should be 1?)

2016-01-13 Thread Alastair Hughes
Thanks! Is this fix available in git yet? Alastair Hughes

Re:"read < <(:); echo $?" prints 0 when job control is disabled (should be 1?)

2016-01-11 Thread Alastair Hughes
Sorry, I meant that I had compiled bash without job control support, by adding 'bash_cv_job_control_missing=missing'

"read < <(:); echo $?" prints 0 when job control is disabled (should be 1?)

2016-01-10 Thread Alastair Hughes
cho $? 0 while $ false; echo $? 1 (using a process substitution seems to trigger the behavior) Alastair Hughes