From 128c0bc6b5c9870c086d3d9a8c7cc892431afc31 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 19 Apr 2024 00:44:45 +0200 Subject: [PATCH] hashsum: gnu compat no need to replicate this output with hashsum --- util/build-gnu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 6a4b09f89..e8095fe6c 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -346,3 +346,6 @@ sed -i -e "s|WARNING: 1 line is improperly formatted|warning: 1 line is improper echo "n_stat1 = \$n_stat1"\n\ echo "n_stat2 = \$n_stat2"\n\ test \$n_stat1 -ge \$n_stat2 \\' tests/ls/stat-free-color.sh + +# no need to replicate this output with hashsum +sed -i -e "s|Try 'md5sum --help' for more information.\\\n||" tests/cksum/md5sum.pl