Index: regression.py =================================================================== --- regression.py (revision 66942) +++ regression.py (working copy) @@ -511,11 +511,11 @@ self.unpack_tarball( self.local, self.boost_root ) elif self.have_source: - if not self.incremental: self.command_cleanup( [ 'bin' ] ) + if not self.incremental: self.command_cleanup( 'bin' ) else: if self.incremental or self.force_update: - if not self.incremental: self.command_cleanup( [ 'bin' ] ) + if not self.incremental: self.command_cleanup( 'bin' ) else: self.command_cleanup() self.command_get_source()