Enclose bootstrapper command in quotes.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402503
This commit is contained in:
David Anderson 2008-09-06 14:02:48 +00:00
parent e2791a3702
commit 444896104f

View File

@ -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') . ' .');
}