diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-14 19:38:10 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-16 11:52:10 +0200 |
commit | 5b6826127b45599034c1cd6b0934f01f843273d4 (patch) | |
tree | 43d6ad61eac8d5e416f838253f58967f86facf52 /app-shells | |
parent | media-sound/clementine: add missing USE for a dependency gnome-base/gvfs[mtp]. (diff) | |
download | gentoo-5b6826127b45599034c1cd6b0934f01f843273d4.tar.gz gentoo-5b6826127b45599034c1cd6b0934f01f843273d4.tar.bz2 gentoo-5b6826127b45599034c1cd6b0934f01f843273d4.zip |
app-shells/bash: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1887
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/files/bash-3.0-read-e-segfault.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-shells/bash/files/bash-3.0-read-e-segfault.patch b/app-shells/bash/files/bash-3.0-read-e-segfault.patch deleted file mode 100644 index e578631c424e..000000000000 --- a/app-shells/bash/files/bash-3.0-read-e-segfault.patch +++ /dev/null @@ -1,26 +0,0 @@ -> Hmm, a better patch for this seems to be: - -I installed this patch a while back: - -*** ../bash-3.0-patched/lib/readline/display.c Wed Sep 8 11:07:51 2004 ---- lib/readline/display.c Fri Nov 12 13:31:42 2004 -*************** -*** 336,340 **** - - local_prompt = local_prompt_prefix = (char *)0; -! prompt_last_invisible = prompt_visible_length = 0; - - if (prompt == 0 || *prompt == 0) ---- 341,346 ---- - - local_prompt = local_prompt_prefix = (char *)0; -! prompt_last_invisible = prompt_invis_chars_first_line = 0; -! prompt_visible_length = prompt_physical_chars = 0; - - if (prompt == 0 || *prompt == 0) - --- -``The lyf so short, the craft so long to lerne.'' - Chaucer -( ``Discere est Dolere'' -- chet ) - Live...Laugh...Love -Chet Ramey, ITS, CWRU chet@po.cwru.edu http://tiswww.tis.cwru.edu/~chet/ |