diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-03 21:46:44 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-03 21:46:44 -0500 |
commit | 6a123d054ec26bcb1a53177e2f5c5622a06dac7e (patch) | |
tree | 3ec2f3fdc10f4236ba2b5846f52fc93b60945eb0 /chapter08/bash.xml | |
parent | d04ce158fe2f20829b45961f5217ced1a67e6923 (diff) | |
parent | 99b29384ca1889da5776b261009940c239ae2958 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r-- | chapter08/bash.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index e2d32bba4..699a24e43 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -42,9 +42,9 @@ <para>Prepare Bash for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ + --without-bash-malloc \ --with-installed-readline</userinput></screen> <variablelist> |