]> git.lizzy.rs Git - rust.git/commit
Don't use sanitize_sh with rust-installer
authorJosh Stone <jistone@redhat.com>
Wed, 10 May 2017 19:20:00 +0000 (12:20 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 15 May 2017 04:06:23 +0000 (21:06 -0700)
commit1e709fcff37a55ab4b8d746be615811a77286945
tree28c6d7eae165fb69138f632f7264bcb87a52f1b4
parent3d6ee0a14b351dd1f93025a199966d3661a33037
Don't use sanitize_sh with rust-installer

There's no shell interpreting the file paths under the new Rusty
rust-installer, so we don't need to use `sanitize_sh` for it.  Plus,
the drive-letter transformation is actually harmful for the now-native
Windows rust-installer to understand those paths.
src/bootstrap/dist.rs