From f85eeb2adbfb85b9cc20428bca64924404614297 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 6 Sep 2008 08:35:27 +0000 Subject: [PATCH] Finally, paths sorted out I think. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402495 --- tools/buildbot/bootstrap.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 0845e2a5..0e13afbf 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -1,5 +1,12 @@ #!/usr/bin/perl +use strict; +use Cwd; +use File::Basename; + +my ($myself, $path) = fileparse($0); +chdir($path); + require 'helpers.pm'; chdir(Build::PathFormat('../builder'));