diff options
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 930bd964a..3cd497081 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-tools-bash" role="wrap"> <title>Bash-&bash-version;</title> @@ -31,7 +33,7 @@ <para>Bash has a problem when compiled against newer versions of Glibc, causing it to hang inappropriately. This patch fixes the problem:</para> -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen> <para>Prepare Bash for compilation:</para> |