aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-07-30 21:04:25 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-07-30 21:04:25 +0000
commite8d07afc7041c7a98f63a685d12c6dd6c8db19b7 (patch)
treea7d18c7bb97fcf7fcd688c9f586ed0883ce568e9 /chapter05
parent5354ed99a8f58e65fca7cc1cd24051bac7024e4b (diff)
Upgraded unstable to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index b8b9bda09..18a399aee 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -27,12 +27,7 @@
<sect2 role="installation">
<title>Installation of Bash</title>
-<para>Bash contains several known bugs. Fix these with the following
-patch:</para>
-
-<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
-
-<para>Now prepare Bash for compilation:</para>
+<para>Prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>