summaryrefslogtreecommitdiffstats
path: root/package/bash/bash30-003
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash/bash30-003')
-rw-r--r--package/bash/bash30-00333
1 files changed, 8 insertions, 25 deletions
diff --git a/package/bash/bash30-003 b/package/bash/bash30-003
index 4a90df9c4..349b796ce 100644
--- a/package/bash/bash30-003
+++ b/package/bash/bash30-003
@@ -1,22 +1,5 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 3.0
-Patch-ID: bash30-003
-
-Bug-Reported-by: Egmont Koblinger <egmont@uhulinux.hu>
-Bug-Reference-ID: <Pine.LNX.4.58L0.0407290044500.12603@sziami.cs.bme.hu>
-Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2004-07/msg00279.html
-
-Bug-Description:
-
-Bash no longer accepts the `trap signum' syntax when in POSIX mode. This
-patch restores a measure of backwards compatibility.
-
-Patch:
-
-*** ../bash-3.0/builtins/trap.def Thu May 27 22:26:19 2004
---- builtins/trap.def Thu Aug 5 08:55:43 2004
+*** bash-3.0/builtins/trap.def Thu May 27 22:26:19 2004
+--- bash/builtins/trap.def Thu Aug 5 08:55:43 2004
***************
*** 24,28 ****
$BUILTIN trap
@@ -75,8 +58,8 @@ Patch:
! else if (posixly_correct == 0 && first_arg && *first_arg &&
(*first_arg != '-' || first_arg[1]) &&
signal_object_p (first_arg, opt) && list->next == 0)
-*** ../bash-3.0/doc/bashref.texi Sat Jun 26 14:26:07 2004
---- doc/bashref.texi Fri Aug 27 12:33:46 2004
+*** bash-3.0/doc/bashref.texi Sat Jun 26 14:26:07 2004
+--- bash/doc/bashref.texi Fri Aug 27 12:33:46 2004
***************
*** 5954,5958 ****
The @code{trap} builtin doesn't check the first argument for a possible
@@ -92,8 +75,8 @@ Patch:
signal to the original disposition, they should use @samp{-} as the
first argument.
-*** ../bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001
---- patchlevel.h Thu Sep 2 15:04:32 2004
+*** bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001
+--- bash/patchlevel.h Thu Sep 2 15:04:32 2004
***************
*** 26,30 ****
looks for to find the patch level (for the sccs version string). */
@@ -107,8 +90,8 @@ Patch:
! #define PATCHLEVEL 3
#endif /* _PATCHLEVEL_H_ */
-*** ../bash-3.0/tests/errors.right Thu May 27 22:26:03 2004
---- tests/errors.right Sat Aug 7 22:35:10 2004
+*** bash-3.0/tests/errors.right Thu May 27 22:26:03 2004
+--- bash/tests/errors.right Sat Aug 7 22:35:10 2004
***************
*** 86,90 ****
./errors.tests: line 216: trap: NOSIG: invalid signal specification