Fix for linux buildslaves. Now they should be able to compile branches.

This commit is contained in:
Sergey Sharybin
2011-06-03 21:36:39 +00:00
parent 06ca703737
commit d84c6a3cdb
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ else:
scons_cmd = ['python', 'scons/scons.py']
scons_options = []
if builder.startswith('linux'):
if builder.find('linux') != -1:
import shutil
# We're using the same rules as release builder, so tweak