Skip to content

Commit 5a912a7

Browse files
sylvestrecakebaker
authored andcommitted
adjust the publish script to ship src/uu/checksum_common
1 parent ace511f commit 5a912a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ is_already_published() {
2727
PROGS=$(ls -1d src/uu/*/)
2828
PARTIAL_ORDER=""
2929
for p in $PROGS; do
30-
DEPENDENCIES=$(grep -oE "^uu_[a-z0-9]+" ${p}Cargo.toml)
30+
DEPENDENCIES=$(grep -oE "^uu_[a-z0-9_]+" ${p}Cargo.toml)
3131

3232
# Turn "src/uu/util/" into "util"
3333
p=${p#src/uu/}

0 commit comments

Comments
 (0)