summaryrefslogtreecommitdiff
path: root/core/bash/bash-4.3-debug-trap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/bash/bash-4.3-debug-trap.patch')
-rw-r--r--core/bash/bash-4.3-debug-trap.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/core/bash/bash-4.3-debug-trap.patch b/core/bash/bash-4.3-debug-trap.patch
deleted file mode 100644
index 8d0a73288..000000000
--- a/core/bash/bash-4.3-debug-trap.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-*** ../bash-4.3/trap.c 2014-02-05 10:03:21.000000000 -0500
---- trap.c 2014-02-28 09:51:43.000000000 -0500
-***************
-*** 921,925 ****
-
- #if defined (JOB_CONTROL)
-! save_pipeline (1); /* XXX only provides one save level */
- #endif
-
---- 921,926 ----
-
- #if defined (JOB_CONTROL)
-! if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-! save_pipeline (1); /* XXX only provides one save level */
- #endif
-
-***************
-*** 941,945 ****
-
- #if defined (JOB_CONTROL)
-! restore_pipeline (1);
- #endif
-
---- 942,947 ----
-
- #if defined (JOB_CONTROL)
-! if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-! restore_pipeline (1);
- #endif
-