diff options
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r-- | chapter08/bash.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index a004f7ac3..5eb49505a 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -42,10 +42,10 @@ <para>Prepare Bash for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ - --with-installed-readline</userinput></screen> + <screen><userinput remap="configure">./configure --prefix=/usr \ + --without-bash-malloc \ + --with-installed-readline \ + --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen> <variablelist> <title>The meaning of the new configure option:</title> |