summaryrefslogtreecommitdiff
path: root/misc/fd/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fd/patches/patch-ac')
-rw-r--r--misc/fd/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/fd/patches/patch-ac b/misc/fd/patches/patch-ac
deleted file mode 100644
index 652c8357d07..00000000000
--- a/misc/fd/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2001/04/11 21:09:34 hubertf Exp $
-
-diff -urNP ../FD-1.03r/shell.c ./shell.c
---- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001
-+++ ./shell.c Tue Apr 10 00:00:00 2001
-@@ -240,7 +240,7 @@
- if (flags & (F_NOEXT | F_TOSFN));
- else if (c == '%') c = command[++i];
- else {
-- line[j++] = c;
-+ line[j++] = command[i];
- #if !MSDOS
- if (command[i] == META && command[i + 1]
- && uneval != '\'')