]> git.lizzy.rs Git - rust.git/commit
auto merge of #18673 : VHaravy/rust/issue-18632, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 7 Nov 2014 18:46:25 +0000 (18:46 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Nov 2014 18:46:25 +0000 (18:46 +0000)
commit0a3cbf8cf44e41072c11277363a5100cf3a8a161
tree43b4e90b8b5feaf7ea548b9d85a7b67bfc0add8f
parent0b48001c28329392b26961eaf1c3ed293a352d6f
parentc7a0b9c562dacdedb8dce7ef1bc21d7fca3a87df
auto merge of #18673 : VHaravy/rust/issue-18632, r=alexcrichton

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.