diff options
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 87093c89b..eb04334bf 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -37,10 +37,10 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <para>Upstream developers have fixed several issues since the initial - release of Bash-&bash-version;. Apply those fixes:</para> + <para>Apply a fix for a bug that causes some comments to be parsed + incorrectly:</para> -<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> +<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen> <para>Prepare Bash for compilation:</para> |