commit | c2a64ddffd397f28c1187da1cc07f29825b7d0fb | [log] [tgz] |
---|---|---|
author | Pascal Muetschard <pmuetschard@google.com> | Thu Oct 22 13:26:36 2015 -0700 |
committer | Pascal Muetschard <pmuetschard@google.com> | Thu Oct 22 13:28:20 2015 -0700 |
tree | 4232181bf284748fa1934cda2ae15e39d9e7bdcf | |
parent | 745b4ad660f8050045b521c4e15b7d3ac0b3d70e [diff] |
A couple of fixes to the init command's -p option. Adds windows as one of the allowed platforms flags. Fixes -p foo to append 'platform-foo', instead of each letter (list.extend expects a list and thus appends each char in the string, rather than the string itself). Change-Id: I73a92127ac29a32fc31b335cc54a246302904140