[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Missing "#if defined (JOB_CONTROL)" line in execute_cmd.c.
From: |
Brooks Moses |
Subject: |
Re: Missing "#if defined (JOB_CONTROL)" line in execute_cmd.c. |
Date: |
Mon, 17 Jun 2013 08:53:56 -0700 |
On Mon, Jun 17, 2013 at 8:44 AM, Brooks Moses <bmoses@google.com> wrote:
> The actual blocker is that line 2205 of execute_cmd.c uses the
> "job_control" variable, but is not properly guarded with an "#if
> defined (JOB_CONTROL)" block. Thus, the compilation aborts with an
> undefined-variable error.
With more investigation, I find that this is a known issue and will be
fixed in 4.3:
http://lists.gnu.org/archive/html/bug-bash/2011-09/msg00039.html
Sorry for the noise. (When is bash 4.3 expected?)
- Brooks