
New patches:

[#377 hacky fix.
gregory.manning@mitrefinch.co.uk**20081027123936] {
hunk ./buildbot/slave/commands.py 349
-                argv = [os.environ['COMSPEC'], '/c'] + list(self.command)
+				if sum([x.count(' ') for x in list(self.command)]) > 1:
+					argv = list(self.command)
+				else:
+					argv = [os.environ['COMSPEC'], '/c'] + list(self.command)
}

Context:

[TAG buildbot-0.7.9
warner@lothar.com**20080916160435] 
Patch bundle hash:
675e367ec209b9160c4629ef8aa2a3edf1dc875a

