app-shells/tcsh: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Thu, 14 Jul 2016 17:40:24 +0000 (19:40 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Jul 2016 09:52:10 +0000 (11:52 +0200)
Closes: https://github.com/gentoo/gentoo/pull/1887

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch [deleted file]

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 (file)
index b3b27ef..0000000
+++ /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);