Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2015-09-04 11:55:40 +0300
committerMarius Ungureanu <teromario@yahoo.com>2015-09-04 11:55:40 +0300
commit94bf6bedd27403ac20c3c1bd775b3da990646311 (patch)
tree30d0de2491748d5cd58dfee2253df9340e8ca48a /main/winbuild.bat
parent3e8246fe731c3651da6ac5ab86d094b6d74a5cd8 (diff)
[Windows] Another issue.
Thanks @mrward!
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index a6d649d08e..805ac02907 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1,6 +1,6 @@
set filename=%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe
-if not exist %filename% (
+if not exist "%filename%" (
set filename=%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
)