* Paul Eggert wrote on Wed, Jul 21, 2010 at 12:44:27AM CEST: > --- general.m4 2010-07-20 15:23:26.823143793 -0700 > +++ /tmp/general.m4 2010-07-20 15:37:36.719138878 -0700 [...] > @@ -1415,6 +1419,7 @@ dnl kill -13 $$ > fi > test -f "$at_stop_file" && break > done > + exec AT_JOB_OUTFIFO_FD<&-
Doesn't this have to be exec AT_JOB_OUTFIFO_FD>&- instead? > # Read back the remaining ($at_jobs - 1) tokens. > set X $at_joblist > shift Thanks for analyzing and fixing this! Cheers, Ralf