]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9748 : klutzy/rust/print-git-revision, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 9 Oct 2013 16:31:36 +0000 (09:31 -0700)
committerbors <bors@rust-lang.org>
Wed, 9 Oct 2013 16:31:36 +0000 (09:31 -0700)
Fixes a bug that `rustc.exe -v` didn't show git revision hash.
The bug is caused by that `$(wildcard $(CFG_GIT))` requires
space-escaped inputs while `$(CFG_GIT)` is usually
`C:\Program Files (x86)\Git\bin\git.exe`.


Trivial merge