polynomial-c 14/04/16 09:39:13 Added: bash-4.3-jobs-run-sigchld-trap.patch Log: Added upstream fix. Removed old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.1 app-shells/bash/files/bash-4.3-jobs-run-sigchld-trap.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-jobs-run-sigchld-trap.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-jobs-run-sigchld-trap.patch?rev=1.1&content-type=text/plain Index: bash-4.3-jobs-run-sigchld-trap.patch =================================================================== https://lists.gnu.org/archive/html/bug-bash/2014-04/msg00061.html *** ../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
