On 4/14/14, 4:25 PM, Eduardo A. Bustamante López wrote:
> Hi,
> 
> I was playing with set -m and trapping CHLD in a script, and found
> the following error:

Here's a patch.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/
*** ../bash-4.3-patched/jobs.c	2014-03-28 10:54:19.000000000 -0400
--- jobs.c	2014-04-15 08:47:03.000000000 -0400
***************
*** 3598,3601 ****
--- 3598,3602 ----
    unwind_protect_pointer (the_pipeline);
    unwind_protect_pointer (subst_assign_varlist);
+   unwind_protect_pointer (this_shell_builtin);
  
    /* We have to add the commands this way because they will be run

Reply via email to