summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-ac')
-rw-r--r--shells/tcsh/patches/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac
deleted file mode 100644
index d84259ff4c0..00000000000
--- a/shells/tcsh/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.11 2008/06/23 21:09:43 markd Exp $
-
---- sh.glob.c.orig 2006-10-15 06:57:21.000000000 +1300
-+++ sh.glob.c
-@@ -667,6 +667,7 @@ dobackp(Char *cp, int literal)
- }
- if (!*rp) {
- oops:
-+ cleanup_until(&bb);
- stderror(ERR_UNMATCHED, '`');
- }
- ep = Strnsave(lp, rp - lp);