Another PathFormat.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402505
This commit is contained in:
parent
e6c5adfa24
commit
cb4b1dce71
@ -4,12 +4,15 @@ use File::Basename;
|
|||||||
|
|
||||||
my ($myself, $path) = fileparse($0);
|
my ($myself, $path) = fileparse($0);
|
||||||
chdir($path);
|
chdir($path);
|
||||||
|
|
||||||
|
require 'helpers.pm';
|
||||||
|
|
||||||
chdir('..');
|
chdir('..');
|
||||||
chdir('..');
|
chdir('..');
|
||||||
|
|
||||||
my ($cmd, $output);
|
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")
|
if ($^O eq "linux")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user