We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a385b commit 9393db4Copy full SHA for 9393db4
1 file changed
util/publish.sh
@@ -27,7 +27,7 @@ is_already_published() {
27
PROGS=$(ls -1d src/uu/*/)
28
PARTIAL_ORDER=""
29
for p in $PROGS; do
30
- DEPENDENCIES=$(grep -oE "^uu_[a-z0-9]+" ${p}Cargo.toml)
+ DEPENDENCIES=$(grep -oE "^uu_[a-z0-9_]+" ${p}Cargo.toml)
31
32
# Turn "src/uu/util/" into "util"
33
p=${p#src/uu/}
0 commit comments