On 1/9/16 8:16 PM, Alastair Hughes wrote: > When job control is enabled: > $ read < <(:); echo $? > 1 > When job control is disabled: > $ read < <(:); echo $? > 0
When you say "job control is disabled", do you mean the shell is compiled without job control support? I get an exit status of 1 with the current devel code when running a non- interactive shell, or running an interactive shell after executing `set +o monitor'. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/