Re:"read < <(:); echo $?" prints 0 when job control is disabled (should be 1?)
Thanks! Is this fix available in git yet? Alastair Hughes
Re:"read < <(:); echo $?" prints 0 when job control is disabled (should be 1?)
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?)
cho $? 0 while $ false; echo $? 1 (using a process substitution seems to trigger the behavior) Alastair Hughes