diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 9d9acf163..1f2fba108 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> -<!-- - <para>Fix a couple of test failures:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-test-patch;</userinput></screen> ---> + <para>First, fix a segfault in <command>shuf</command> program:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-shuf-segfault-patch;</userinput></screen> + <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> |