Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f577a7

Browse files
authored
publish.sh: be more prescriptive on the grep (#7983)
otherwise, we are getting version.workspace first
1 parent7221d00 commit2f577a7

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
@@ -51,7 +51,7 @@ TOTAL_ORDER=$(echo -e $PARTIAL_ORDER | tsort | tac)
5151
# Remove the ROOT node from the start
5252
TOTAL_ORDER=${TOTAL_ORDER#ROOT}
5353

54-
CRATE_VERSION=$(grep'^version' Cargo.toml| head -n1| cut -d'"' -f2)
54+
CRATE_VERSION=$(grep'^version =' Cargo.toml| head -n1| cut -d'"' -f2)
5555

5656
set -e
5757
fordirin src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/;do

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp