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

Commita7a9e07

Browse files
authored
publish.sh: be more prescrive on the grep
otherwise, we are getting version.workspace first
1 parent18b963e commita7a9e07

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/;do

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp