From 22f0edf6ba3fb95bdc4f3e8b132d6e7f9f0f4fa1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 31 Mar 2023 22:46:00 +0800 Subject: coreutils: Fix a bug in checksum utilities for failure reporting --- chapter08/coreutils.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 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 + Now prepare Coreutils for compilation: autoreconf -fiv -- cgit v1.2.3-54-g00ecf