aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-04-20 11:20:56 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-04-20 11:20:56 +0000
commitd0da965ab212572144c8a2d7078de381f774b189 (patch)
treeb7beef222bf83bfd461971c35b2d238cc3adf387 /chapter06/bash.xml
parent1c5e4348ae0513c30121e311ddc9366a1a86c9d9 (diff)
Fixed backslash alignments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 72e36e32a..73c67129a 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -47,10 +47,10 @@
<para>Prepare Bash for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/bin \
--docdir=/usr/share/doc/bash-&bash-version; \
- --without-bash-malloc \
+ --without-bash-malloc \
--with-installed-readline</userinput></screen>
<variablelist>