summaryrefslogtreecommitdiff
path: root/misc/fd/files/patch-shell.c
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-31 06:20:19 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-31 06:20:19 +0000
commite7b5c28a743ca08b96f48847d5490d3d8b717eb6 (patch)
treee03933f296e4adcb9ded22e0fbbbe28be97cf2de /misc/fd/files/patch-shell.c
parentUpdate to jdk-1_1_8_003-doc and clean up the port some. (diff)
Update to 1.03s and remove hotfix patches.
PR: ports/27785 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes: svn path=/head/; revision=43338
Diffstat (limited to 'misc/fd/files/patch-shell.c')
-rw-r--r--misc/fd/files/patch-shell.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/fd/files/patch-shell.c b/misc/fd/files/patch-shell.c
deleted file mode 100644
index 942eff6f7d06..000000000000
--- a/misc/fd/files/patch-shell.c
+++ /dev/null
@@ -1,12 +0,0 @@
-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 != '\'')