diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-17 15:45:24 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-17 15:45:24 -0500 |
commit | 4fb696f91cd7c02fe35c20f101d1e42fa2dafc59 (patch) | |
tree | 71e45452b118b067360bee5572c77fee5e096cf0 /chapter08 | |
parent | 13342a071888e4fe731361977f933fd30770377a (diff) | |
parent | b6a6f6c791002082132d98f410c58bb6a8532ea6 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08')
-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> |