mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
adjust the publish script to ship src/uu/checksum_common
This commit is contained in:
committed by
Daniel Hofstetter
parent
ace511ff64
commit
5a912a7fa1
+1
-1
@@ -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/}
|
||||
|
||||
Reference in New Issue
Block a user