forked from mirror/async-std
Don't use version sort (bsd sort doesn't seem to have it)
This commit is contained in:
parent
e0212e5229
commit
b6c8186846
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ main() {
|
|||
https://github.com/rust-lang-nursery/mdbook \
|
||||
| cut -d/ -f3 \
|
||||
| grep -E '^v0\.3\.[0-9]+$' \
|
||||
| sort --version-sort \
|
||||
| sort \
|
||||
| tail -n1)
|
||||
|
||||
curl -LSfs https://japaric.github.io/trust/install.sh | \
|
||||
|
|
Loading…
Reference in a new issue