rust-lang / rust-installer

The Bourne shell installer used by Rust and Cargo
Apache License 2.0
61 stars 68 forks source link

Remove get_host_triple() from install-template.sh #70

Closed dhduvall closed 7 years ago

dhduvall commented 7 years ago

Rather than adding SunOS/Solaris (or any future supported OSes) to get_host_triple()'s list of known OSes, recognize that the function is called in exactly two places, and both times the only thing that matters is whether it's Linux or not.

alexcrichton commented 7 years ago

👍