From 4e7e3874b269d116de140648497f3192f97ef346 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Thu, 14 Jul 2016 19:40:24 +0200 Subject: app-shells/tcsh: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/1887 Signed-off-by: Patrice Clement --- .../tcsh/files/tcsh-6.15.00-normalize-command-fix.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch (limited to 'app-shells/tcsh') diff --git a/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch b/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch deleted file mode 100644 index b3b27ef7f14a..000000000000 --- a/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -http://bugs.gw.com/view.php?id=53 - -diff -uNr tcsh-6.15.00.orig/tw.parse.c tcsh-6.15.00/tw.parse.c ---- tcsh-6.15.00.orig/tw.parse.c 2007-03-01 23:21:42.000000000 +0200 -+++ tcsh-6.15.00/tw.parse.c 2007-06-30 20:10:54.000000000 +0300 -@@ -433,7 +433,7 @@ - Char *p; - int found; - -- found = !cmd_expand(qline.s + wordp, &p); -+ found = cmd_expand(qline.s + wordp, &p); - - if (!found) { - xfree(p); -- cgit v1.2.3-65-gdbad