aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 1e92190da..f6a5ca7a6 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -47,9 +47,11 @@
<para>Prepare Bash for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
- --htmldir=/usr/share/doc/bash-&bash-version; --without-bash-malloc \
- --with-installed-readline</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/bin \
+ --htmldir=/usr/share/doc/bash-&bash-version; \
+ --without-bash-malloc \
+ --with-installed-readline</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>