diff options
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index ea23cf607..19a54c714 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -3,6 +3,12 @@ <sect2> <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 behaviour with the following +patch:</para> + +<para><screen><userinput>patch -Np1 -i ../bash-&bash-patch-version;.patch</userinput></screen></para> + <para>Prepare Bash to be compiled:</para> <para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> |