summaryrefslogtreecommitdiffstats
path: root/package/bash/bash30-009
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash/bash30-009')
-rw-r--r--package/bash/bash30-00937
1 files changed, 4 insertions, 33 deletions
diff --git a/package/bash/bash30-009 b/package/bash/bash30-009
index 5c1bfd11f..1fcc7c552 100644
--- a/package/bash/bash30-009
+++ b/package/bash/bash30-009
@@ -1,34 +1,5 @@
- BASH PATCH REPORT
- =================
-
-Bash-Release: 3.0
-Patch-ID: bash30-009
-
-Bug-Reported-by: Tim Waugh <twaugh@redhat.com>
-Bug-Reference-ID: <20040810083805.GT2177@redhat.com>
-Bug-Reference-URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129526b
- http://lists.gnu.org/archive/html/bug-bash/2004-08/msg00116.html
-
-Bug-Description:
-
--->
-Steps to Reproduce:
-1. Launch a bash shell
-2. Set editing mode to 'vi' with 'set -o vi'
-3. Type any command, but don't hit return
-4. Enter vi-command mode by hitting the escape key
-5. Go to the end of line with the '$' command
-6. Type 'r' to change the last character
-7. Type any character (other than what the character already is)
-
-The last two characters are inexplicably swapped
-after the last character is changed.
-<--
-
-Patch:
-
-*** ../bash-3.0/lib/readline/vi_mode.c Tue Jul 13 14:08:27 2004
---- lib/readline/vi_mode.c Tue Aug 17 00:12:09 2004
+*** bash-3.0/lib/readline/vi_mode.c Tue Jul 13 14:08:27 2004
+--- bash/lib/readline/vi_mode.c Tue Aug 17 00:12:09 2004
***************
*** 691,695 ****
wchar_t wc;
@@ -94,8 +65,8 @@ Patch:
else
#endif
-*** ../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). */