From 52f5723f4ebb4d0df273ca25dbe124f2f83b1b23 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Apr 2010 16:42:24 -0700 Subject: [PATCH] Another windows bootstrap fix. --- support/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index a7e01b49..f2330534 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -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');