bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: testsuite failure - 193 parallel execution


From: Ralf Wildenhues
Subject: Re: testsuite failure - 193 parallel execution
Date: Wed, 21 Jul 2010 05:23:49 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

* 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]