bug-bash
[Top][All Lists]
Advanced

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

[PATCH] add #if defined(JOB_CONTROL) around job_control in execute_cmd.c


From: Thomas Cort
Subject: [PATCH] add #if defined(JOB_CONTROL) around job_control in execute_cmd.c
Date: Thu, 30 Jun 2011 07:56:59 -0400

Hello,

In bash-4.2 in execute_cmd.c there is a usage of job_control that
isn't enclosed in "#if defined(JOB_CONTROL)" / "#endif". This causes a
compile failure on Minix since job_control is only defined if
JOB_CONTROL is defined. Patch attached.

-Thomas

Attachment: patch-execute_cmd.c
Description: Text Data


reply via email to

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