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'));