diff options
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> |