aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:24:06 +0000
commitf4993cfc75b05e310e5c9f4821fec8526ab4701d (patch)
treeea1b3172bf48d754412c8bcb500f50a031538d84 /chapter06/bash.xml
parent58882995289b0b69420b13297bf87c4b4d398192 (diff)
Small textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index b0c6611eb..52e95dace 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -21,7 +21,7 @@ patch:</para>
<screen><userinput>patch -Np1 -i ../&bash-patch;</userinput></screen>
-<para>Prepare Bash for compilation:</para>
+<para>Now prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>