Ticket #377: 377-hacky-fix.patch
| File 377-hacky-fix.patch, 494 bytes (added by greg, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | New patches: |
| 3 | |
| 4 | [#377 hacky fix. |
| 5 | gregory.manning@mitrefinch.co.uk**20081027123936] { |
| 6 | hunk ./buildbot/slave/commands.py 349 |
| 7 | - argv = [os.environ['COMSPEC'], '/c'] + list(self.command) |
| 8 | + if sum([x.count(' ') for x in list(self.command)]) > 1: |
| 9 | + argv = list(self.command) |
| 10 | + else: |
| 11 | + argv = [os.environ['COMSPEC'], '/c'] + list(self.command) |
| 12 | } |
| 13 | |
| 14 | Context: |
| 15 | |
| 16 | [TAG buildbot-0.7.9 |
| 17 | warner@lothar.com**20080916160435] |
| 18 | Patch bundle hash: |
| 19 | 675e367ec209b9160c4629ef8aa2a3edf1dc875a |
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)