mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
0a3cbf8cf4
1. Introduce `putpathvar` function that prints variable shell-quoted by using `%q` format specifier. This function is used within `probe` to save the result into `config.tmp`. 2. Removes search-and-replace pattern that transforms `\` into `/` as it messes up shell-quoted strings.