1bf46ca
From f459cbd8be37b28be1dc90315e0ab51d7f211301 Mon Sep 17 00:00:00 2001
1bf46ca
From: Chet Ramey <chet.ramey@case.edu>
1bf46ca
Date: Mon, 14 Nov 2016 14:27:55 -0500
1bf46ca
Subject: [PATCH] Bash-4.4 patch 5
1bf46ca
1bf46ca
---
1bf46ca
 builtins/evalstring.c | 3 ---
1bf46ca
 patchlevel.h          | 2 +-
1bf46ca
 2 files changed, 1 insertion(+), 4 deletions(-)
1bf46ca
1bf46ca
diff --git a/builtins/evalstring.c b/builtins/evalstring.c
1bf46ca
index e221591..6dc756c 100644
1bf46ca
--- a/builtins/evalstring.c
1bf46ca
+++ b/builtins/evalstring.c
1bf46ca
@@ -104,12 +104,9 @@ should_suppress_fork (command)
1bf46ca
 	  running_trap == 0 &&
1bf46ca
 	  *bash_input.location.string == '\0' &&
1bf46ca
 	  command->type == cm_simple &&
1bf46ca
-#if 0
1bf46ca
 	  signal_is_trapped (EXIT_TRAP) == 0 &&
1bf46ca
 	  signal_is_trapped (ERROR_TRAP) == 0 &&
1bf46ca
-#else
1bf46ca
 	  any_signals_trapped () < 0 &&
1bf46ca
-#endif
1bf46ca
 	  command->redirects == 0 && command->value.Simple->redirects == 0 &&
1bf46ca
 	  ((command->flags & CMD_TIME_PIPELINE) == 0) &&
1bf46ca
 	  ((command->flags & CMD_INVERT_RETURN) == 0));
1bf46ca
diff --git a/patchlevel.h b/patchlevel.h
1bf46ca
index c059f0b..1bc098b 100644
1bf46ca
--- a/patchlevel.h
1bf46ca
+++ b/patchlevel.h
1bf46ca
@@ -25,6 +25,6 @@
1bf46ca
    regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
1bf46ca
    looks for to find the patch level (for the sccs version string). */
1bf46ca
 
1bf46ca
-#define PATCHLEVEL 4
1bf46ca
+#define PATCHLEVEL 5
1bf46ca
 
1bf46ca
 #endif /* _PATCHLEVEL_H_ */
1bf46ca
-- 
1bf46ca
2.9.3
1bf46ca