diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:39:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:39:35 +0000 |
commit | e905c20015572d3041354f1f0f1e76a16d50292f (patch) | |
tree | 5abf7bde61706c06da950c768921d6265ee7831b /chapter05 | |
parent | 6d4655613b52dfcda6be5b40f44aec1df624b6d6 (diff) |
Upgrade to Bash-3.2.48. Fixes #2319.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 195577380..26fe314ee 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -43,11 +43,6 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <para>Apply fixes for several bugs discovered since the initial release of - Bash-&bash-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> - <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc \ |