From 22f0edf6ba3fb95bdc4f3e8b132d6e7f9f0f4fa1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 31 Mar 2023 22:46:00 +0800 Subject: [PATCH] coreutils: Fix a bug in checksum utilities for failure reporting --- chapter08/coreutils.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 77c6a7a92..7c528d6c4 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -53,14 +53,12 @@ those bugs are reproducible without this patch. - - + Fix a bug in checksum utilities causing failed checks not + reported correctly: + +sed '/if ( ! match/s/ed_checksums//' -i src/digest.c -patch -Np1 -i ../&coreutils-chmod-patch; ---> Now prepare Coreutils for compilation: autoreconf -fiv