From ea051bddfbe8fcc6d0857435b7967461f94d0f4a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 12 Feb 2014 23:30:03 -0800 Subject: [PATCH] Import the package needed for rmtree(). --- support/buildbot/bootstrap.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index 5dc0055c..e14343cc 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -3,6 +3,7 @@ use strict; use Cwd; use File::Basename; +use File::Path; my ($myself, $path) = fileparse($0); chdir($path);