aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-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>