Enclose bootstrapper command in quotes.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402503
This commit is contained in:
parent
e2791a3702
commit
444896104f
@ -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') . ' .');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user