coreutils 0.0.19

coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust
From f6c9beb5ede243c827e68629c5b4f280f78178c3 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru <sylvestre@debian.org>
Date: Thu, 1 Jun 2023 20:37:38 +0200
Subject: [PATCH 3/4] add uuhelp_parser to the publish script

---
 util/publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/publish.sh b/util/publish.sh
index d9039fa60..b656f6229 100755
--- a/util/publish.sh
+++ b/util/publish.sh
@@ -35,7 +35,7 @@ TOTAL_ORDER=$(echo -e $PARTIAL_ORDER | tsort | tac)
 TOTAL_ORDER=${TOTAL_ORDER#ROOT}
 
 set -e
-for dir in src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
+for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/; do
     (
         cd "$dir"
         #shellcheck disable=SC2086
-- 
2.39.2