diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:08:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 17:08:59 +0000 |
commit | bc688338dd92f12a3506d266ac29dc9a8c12575f (patch) | |
tree | 2e00095b370bae258c99e60af36830aba9dd4cac /chapter05/bash.xml | |
parent | 2bd778e9529822d75fdae95f101ee44c4b0b5cf6 (diff) |
Apply all 5 of the currently available upstream patches for Bash-3.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index eb04334bf..b2c2cf8fd 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -37,10 +37,10 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <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> |