Another PathFormat.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402505
This commit is contained in:
David Anderson 2008-09-06 14:10:21 +00:00
parent e6c5adfa24
commit cb4b1dce71

View File

@ -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")
{