Don't use version sort (bsd sort doesn't seem to have it)

pull/116/head
James Munns 5 years ago
parent e0212e5229
commit b6c8186846

@ -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…
Cancel
Save