diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 83761afa..89dbd9bc 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -17,7 +17,7 @@ if ($^O eq "linux") } else { - Build::Command($ENV{'MSVC7'} . ' /Rebuild Release builder.csproj'); + Build::Command('"' . $ENV{'MSVC7'} . '" /Rebuild Release builder.csproj'); Build::Command('move ' . Build::PathFormat('bin/Release/builder.exe') . ' .'); }