Skip to content

Commit b6c8186

Browse files
author
James Munns
committed
Don't use version sort (bsd sort doesn't seem to have it)
1 parent e0212e5 commit b6c8186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-mdbook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ main() {
99
https://github.com/rust-lang-nursery/mdbook \
1010
| cut -d/ -f3 \
1111
| grep -E '^v0\.3\.[0-9]+$' \
12-
| sort --version-sort \
12+
| sort \
1313
| tail -n1)
1414

1515
curl -LSfs https://japaric.github.io/trust/install.sh | \

0 commit comments

Comments
 (0)