vapier      15/07/15 04:29:14

  Added:                bash-4.4-optimize-fork.patch
  Log:
  Fix from upstream for short pipeline execution.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.1                  app-shells/bash/files/bash-4.4-optimize-fork.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.4-optimize-fork.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.4-optimize-fork.patch?rev=1.1&content-type=text/plain

Index: bash-4.4-optimize-fork.patch
===================================================================
https://lists.gnu.org/archive/html/bug-bash/2015-07/msg00060.html

*** ../bash-4.4-alpha/execute_cmd.c     2015-06-12 17:29:18.000000000 -0400
--- execute_cmd.c       2015-07-14 08:59:22.000000000 -0400
***************
*** 2630,2638 ****
          if (ignore_return && second)
            second->flags |= CMD_IGNORE_RETURN;
-         if (should_suppress_fork (second))
-           {
-             second->flags |= CMD_NO_FORK;
-             second->value.Simple->flags |= CMD_NO_FORK;
-           }
  
          exec_result = execute_command (second);
--- 2630,2633 ----




Reply via email to