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

Commitcb5ede0

Browse files
committed
Fix message wording that was opposite of intended
This also makes a correct but confusing comment clearer.
1 parentfee4f86 commitcb5ede0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎check-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readonly changes_path='doc/source/changes.rst'
1313
printf'Checking current directory.\n'
1414
test"$(cd --"$(dirname --"$0")"&& pwd)" ="$(pwd)"# Ugly, but portable.
1515

16-
printf'Checking that %s and %s exist and have nocommitted changes.\n' \
16+
printf'Checking that %s and %s exist and have nouncommitted changes.\n' \
1717
"$version_path""$changes_path"
1818
test -f"$version_path"
1919
test -f"$changes_path"
@@ -40,7 +40,7 @@ printf '%-14s = %s\n' 'VERSION file' "$version_version" \
4040
'HEAD SHA'"$head_sha" \
4141
'Latest tag SHA'"$latest_tag_sha"
4242

43-
# Check that latest tagmatchesversionand isthecurrentHEAD we're releasing
43+
# Check thatthelatest tagand currentversionmatchthe HEAD we're releasing.
4444
test"$version_version" ="$changes_version"
4545
test"$latest_tag" ="$version_version"
4646
test"$head_sha" ="$latest_tag_sha"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp