diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 7 |
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> |