aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-17 15:45:24 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-17 15:45:24 -0500
commit4fb696f91cd7c02fe35c20f101d1e42fa2dafc59 (patch)
tree71e45452b118b067360bee5572c77fee5e096cf0 /chapter08
parent13342a071888e4fe731361977f933fd30770377a (diff)
parentb6a6f6c791002082132d98f410c58bb6a8532ea6 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gawk.xml2
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>