diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:24:06 +0000 |
commit | f4993cfc75b05e310e5c9f4821fec8526ab4701d (patch) | |
tree | ea1b3172bf48d754412c8bcb500f50a031538d84 /chapter06/bash.xml | |
parent | 58882995289b0b69420b13297bf87c4b4d398192 (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.xml | 2 |
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> |