diff options
Diffstat (limited to 'chapter08/gawk.xml')
-rw-r--r-- | chapter08/gawk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml index 244d7004f..9979e32de 100644 --- a/chapter08/gawk.xml +++ b/chapter08/gawk.xml @@ -46,7 +46,7 @@ <para>Now fix a programming error identified upstream:</para> -<screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen> +<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen> <para>Prepare Gawk for compilation:</para> |