From 9ee37421cd2bb54215630b4cc7e4ed98f5dd5921 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Thu, 3 Jun 2010 12:54:38 -0400 Subject: freebsd fix? --- buildscripts/cleanbb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts/cleanbb.py') diff --git a/buildscripts/cleanbb.py b/buildscripts/cleanbb.py index a4b3597e3ee..e32f34b82da 100644 --- a/buildscripts/cleanbb.py +++ b/buildscripts/cleanbb.py @@ -14,7 +14,7 @@ def shouldKill( c ): if c.find( cwd ) >= 0: return True - if c.find( "buildbot" ) >= 0 and c.find( "/mongo/" ) >= 0: + if ( c.find( "buildbot" ) >= 0 or c.find( "slave" ) ) and c.find( "/mongo/" ) >= 0: return True return False -- cgit v1.2.1