From cb4b1dce7121e2d3fad27520ff9cbb7ad573e791 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 6 Sep 2008 14:10:21 +0000 Subject: [PATCH] Another PathFormat. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402505 --- tools/buildbot/startbuild.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/buildbot/startbuild.pl b/tools/buildbot/startbuild.pl index f1743c10..9c371032 100755 --- a/tools/buildbot/startbuild.pl +++ b/tools/buildbot/startbuild.pl @@ -4,12 +4,15 @@ use File::Basename; my ($myself, $path) = fileparse($0); chdir($path); + +require 'helpers.pm'; + chdir('..'); chdir('..'); my ($cmd, $output); -$cmd = 'tools/builder/builder.exe build.cfg 2>&1'; +$cmd = Build::PathFormat('tools/builder/builder.exe') . ' build.cfg 2>&1'; if ($^O eq "linux") {