From 9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 9 Mar 2012 20:12:34 +0000 Subject: Add whitespace for better readability of instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter06/bash.xml') 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 @@ Prepare Bash for compilation: -./configure --prefix=/usr --bindir=/bin \ - --htmldir=/usr/share/doc/bash-&bash-version; --without-bash-malloc \ - --with-installed-readline +./configure --prefix=/usr \ + --bindir=/bin \ + --htmldir=/usr/share/doc/bash-&bash-version; \ + --without-bash-malloc \ + --with-installed-readline The meaning of the configure options: -- cgit v1.2.3-54-g00ecf