aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-02-09 17:51:10 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-02-09 17:51:10 +0000
commitb0fb17f89cb3855ef8468d84899d8f270ed930cc (patch)
treedee159c174246f83cd3876448343732e51e9bbdd /chapter06/bash.xml
parentb1a5123dfdf854ce366f7440ce4d5dd9c4a79a2e (diff)
Bash - spacing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index aeaada511..3c8146d0c 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -46,9 +46,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>