On 2/23/12 12:20 PM, Doug Kehn wrote:
> Fix:
> When cross-compiling, passing
> bash_cv_job_control_missing=present to configure enables job
> control and prevents the warning from being emitted.
>
> In execute_cmd.c, execute_pipeline() calls
> begin_unwind_frame ("lastpipe-exec"). This call is wrapped by a
> #if defined (JOB_CONTROL). At the end of execute_pipeline(), a
> call is made to discard_unwind_frame ("lastpipe-exec"). This
> call is always executed. It should probably be wrapped by a
> #if defined (JOB_CONTROL).
Thanks for the report.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU [email protected] http://cnswww.cns.cwru.edu/~chet/