aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/autoconf.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-29 20:44:01 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-29 20:44:01 -0500
commit488b43aaeb093f90a23b606fc4dbdf046fc5eae4 (patch)
tree24386a2b40bb22ab7274a761ae8c88f75fd12257 /chapter08/autoconf.xml
parent79789000a80b5d149e46c2cc8de726aa9f3d4cc9 (diff)
New packages and an xml fix.
Update to bc-6.0.4. Update to linux-5.19.12. Fix an xml error.
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r--chapter08/autoconf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml
index 40427cda7..7925e44ea 100644
--- a/chapter08/autoconf.xml
+++ b/chapter08/autoconf.xml
@@ -43,7 +43,7 @@
<para>First, fix several problems with the tests caused by bash-5.2 and later:</para>
- <screen><userinput remap="pre">sed -e 's/SECONDS|/&SHLVL|/' \
+ <screen><userinput remap="pre">sed -e 's/SECONDS|/&amp;SHLVL|/' \
-e '/BASH_ARGV=/a\ /^SHLVL=/ d' \
-i.orig tests/local.at</userinput></screen>