From 56a68f4dfd8cdf1ec7d11f77ed8a5af5ebf0f366 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 6 Sep 2008 07:47:29 +0000 Subject: [PATCH] Paths should be relative to working folder. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402492 --- tools/buildbot/build_builder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/build_builder.pl b/tools/buildbot/build_builder.pl index ba724f83..b8e42db1 100755 --- a/tools/buildbot/build_builder.pl +++ b/tools/buildbot/build_builder.pl @@ -2,7 +2,7 @@ require 'helpers.pm'; -chdir('../builder'); +chdir('tools/builder'); if ($^O eq "linux") { Build::Command('make clean');