Partly fix the build issue when path to git repository has spaces (for example "d...
authorMikhail Pilin <ww898@users.noreply.github.com>
Fri, 22 Apr 2016 09:52:07 +0000 (11:52 +0200)
committerJan Kotas <jkotas@microsoft.com>
Fri, 22 Apr 2016 09:52:07 +0000 (02:52 -0700)
commit4e769b7658f239cff2a0c80b673b91de8d686388
tree8e9bf2035195f6eaf55e87a708e699b4cdf0843e
parent26f12966e33a6eba09d071451b2c60e3ea44047f
Partly fix the build issue when path to git repository has spaces (for example "d:\z z\coreclr"). (#4388)

The same issue in "d:\z z\coreclr\Tools\versioning.targets"(288): $(IntermediateOutputPath) should be "$(IntermediateOutputPath.TrimEnd('\'))" and all other path should be quoted with &quot; in this line.
build.proj
init-tools.cmd