Another windows bootstrap fix.

This commit is contained in:
David Anderson 2010-04-04 16:42:24 -07:00
parent eb6ab857fc
commit 52f5723f4e

View File

@ -39,7 +39,7 @@ chdir('../..');
if (-d '../OUTPUT') {
Build::Delete(Cwd::abs_path('../OUTPUT'));
}
Build::Command("mkdir ../OUTPUT");
Build::Command("mkdir " . Build::PathFormat('../OUTPUT'));
#Output directions on how to build.
open(DIRECTIONS, '>installer/builder/directions.info');