]> git.lizzy.rs Git - rust.git/commit
Auto merge of #4168 - lzutao:fix-script, r=flip1995
authorbors <bors@rust-lang.org>
Mon, 3 Jun 2019 09:39:23 +0000 (09:39 +0000)
committerbors <bors@rust-lang.org>
Mon, 3 Jun 2019 09:39:23 +0000 (09:39 +0000)
commit20da8f45c601d0eec8af8c0897abd536ad57951f
treed776c39839a871aeaeea9469004489c7da38a724
parent28a39e9741467f52b4cf0b6996deab4a97ea5ca6
parent3fb497c8c860cb286ed59fa49bc1796086196697
Auto merge of #4168 - lzutao:fix-script, r=flip1995

Do not install rustup-toolchain if it is in PATH

I find it quiet annoying because I manually build `rustup-toolchain-install-master`
and install it in `PATH` other than in `~/.cargo/bin`. So everytime I run the script,
it always reinstall `rustup-toolchain-install-master` for me.

changelog: none