Function bootstrap::core::build_steps::install::sanitize_sh

source ·
fn sanitize_sh(path: &Path) -> String
Expand description

We have to run a few shell scripts, which choke quite a bit on both \ characters and on C:\ paths, so normalize both of them away.