diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index f1e8ab475..8248b7bc1 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -41,10 +41,10 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in</userinput></screen> - <para>Apply a fix for a bug that causes some comments to be parsed - incorrectly:</para> + <para>Apply fixes for several bugs discovered since the initial release of + Bash-&bash-version;:</para> -<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen> +<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> <para>Prepare Bash for compilation:</para> |