adjust the publish script to ship src/uu/checksum_common

This commit is contained in:
Sylvestre Ledru
2026-03-09 22:18:09 +01:00
committed by Daniel Hofstetter
parent ace511ff64
commit 5a912a7fa1
+1 -1
View File
@@ -27,7 +27,7 @@ is_already_published() {
PROGS=$(ls -1d src/uu/*/)
PARTIAL_ORDER=""
for p in $PROGS; do
DEPENDENCIES=$(grep -oE "^uu_[a-z0-9]+" ${p}Cargo.toml)
DEPENDENCIES=$(grep -oE "^uu_[a-z0-9_]+" ${p}Cargo.toml)
# Turn "src/uu/util/" into "util"
p=${p#src/uu/}