diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:19:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:19:10 +0000 |
commit | 446a6fcaa1c53cf66a193afd60ce7eb9e3fdb6c2 (patch) | |
tree | 4cb2131a48f00a226702f0e5065b339ee9859426 /chapter06/bash.xml | |
parent | 58052582d277ef1a51137eb3cc6b9c33d3b0f27c (diff) |
Upgrade to Bash-4.2. Fixes #2830.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 67a77d8b6..bbd645adf 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,10 +40,6 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</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=/usr --bindir=/bin \ |