aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:06:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:06:22 +0000
commit6e786a29d580f47935d4fdda35b1f58a12f2cb7f (patch)
tree9ae7c25c41e571d117da17d372641c12c2e78f3d /chapter06
parente88ab625423d1b2f6602db75fbaac0b45f9d493c (diff)
Upgrade to Bash-3.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 53ea0a66b..f1e8ab475 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>Upstream developers have fixed several issues since the initial
- release of Bash-&bash-version;. Apply those fixes:</para>
+ <para>Apply a fix for a bug that causes some comments to be parsed
+ incorrectly:</para>
-<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen>
<para>Prepare Bash for compilation:</para>