summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-10-08 08:32:20 +0200
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-10-08 08:32:20 +0200
commit771bd0745a4d7eb990ce8d42f8ae7b4f163c4dfb (patch)
tree3f3e9f226d5087949bfcece9d59733853feb26f8 /open_issues
parent89f832efb353132ec8374af73ed35231a4d20288 (diff)
open_issues/bash_vs_screen_vs_sigint: bash 4.0 error, fixed for 4.1.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/bash_vs_screen_vs_sigint.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/open_issues/bash_vs_screen_vs_sigint.mdwn b/open_issues/bash_vs_screen_vs_sigint.mdwn
index 371b622e..f5ce5166 100644
--- a/open_issues/bash_vs_screen_vs_sigint.mdwn
+++ b/open_issues/bash_vs_screen_vs_sigint.mdwn
@@ -36,9 +36,11 @@ this:
* `sleep 10` running: `^C` printed; SIGINT is sent; `$?` is 130.
This differs from the behavior of the earlier *bash* version in the MIG reply
- error in the not-*screen* case, and, when in command-line editing mode, the
- displaying of `^C` (same on GNU/Linux), and the 128 value for `$?` (same on
- GNU/Linux).
+ error in the not-*screen* case. The difference in command-line editing
+ mode, the displaying of `^C` (same on GNU/Linux), and / or the value 128
+ for `$?` (same on GNU/Linux) is a bash 4.0 regression that has been fixed
+ for 4.1 already:
+ <http://lists.gnu.org/archive/html/bug-bash/2009-10/msg00040.html>.
* GNU/Hurd; Debian package 4.0-7 / `$BASH_VERSION` is `4.0.33(1)-release`; *libc0.3* Debian packages 2.9-19, 2.9-25, 2.9-27
* plain