From 771bd0745a4d7eb990ce8d42f8ae7b4f163c4dfb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 8 Oct 2009 08:32:20 +0200 Subject: open_issues/bash_vs_screen_vs_sigint: bash 4.0 error, fixed for 4.1. --- open_issues/bash_vs_screen_vs_sigint.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'open_issues') 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: + . * 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 -- cgit v1.2.3