From d0da965ab212572144c8a2d7078de381f774b189 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Mon, 20 Apr 2015 11:20:56 +0000 Subject: Fixed backslash alignments. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/bash.xml') 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 @@ Prepare Bash for compilation: -./configure --prefix=/usr \ - --bindir=/bin \ +./configure --prefix=/usr \ + --bindir=/bin \ --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ + --without-bash-malloc \ --with-installed-readline -- cgit v1.2.3-54-g00ecf