diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 286038439..4e116a288 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -28,13 +28,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> <sect2 role="installation"> <title>Installation of Bash</title> -<para>Bash has a number of bugs in it that cause it to not behave the -way it is expected at times. Fix this behavior 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=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline</userinput></screen> |