diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-14 19:40:24 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-16 11:52:10 +0200 |
commit | 4e7e3874b269d116de140648497f3192f97ef346 (patch) | |
tree | 9b206bf31404b7dfb20adb14efffd3819f4ee720 /app-shells/tcsh/files | |
parent | 0257e5b704a54705711efb9b1f812c43236497a0 (diff) | |
download | gentoo-4e7e3874b269d116de140648497f3192f97ef346.tar.gz gentoo-4e7e3874b269d116de140648497f3192f97ef346.tar.xz |
app-shells/tcsh: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1887
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-shells/tcsh/files')
-rw-r--r-- | app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
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 b3b27ef7f14..00000000000 --- 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); |