From f7c634fd5e7c337bf4314da19c630d3bbce3842b Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 10 Apr 2001 11:48:26 +0000 Subject: Re-update to 1.03r with a hotfix from the author. PORTREVISION is set to 1 now due to this whole matter. Submitted by: MAINTAINER --- shells/fd/files/patch-shell.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shells/fd/files/patch-shell.c (limited to 'shells/fd/files/patch-shell.c') diff --git a/shells/fd/files/patch-shell.c b/shells/fd/files/patch-shell.c new file mode 100644 index 000000000000..942eff6f7d06 --- /dev/null +++ b/shells/fd/files/patch-shell.c @@ -0,0 +1,12 @@ +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 != '\'') -- cgit v1.2.3