From 6e786a29d580f47935d4fdda35b1f58a12f2cb7f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 28 Oct 2006 22:06:22 +0000 Subject: Upgrade to Bash-3.2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') 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 - Upstream developers have fixed several issues since the initial - release of Bash-&bash-version;. Apply those fixes: + Apply a fix for a bug that causes some comments to be parsed + incorrectly: -patch -Np1 -i ../&bash-fixes-patch; +patch -Np1 -i ../&bash-comment-patch; Prepare Bash for compilation: -- cgit v1.2.3-54-g00ecf