Files
probot/script
Avinash Sridhar c48789de75 Fix POSIX compliance on bootstrap
`./script/bootstrap`  was failing on linux

```
./script/bootstrap: 8: ./script/bootstrap: [[: not found
```
Fixed by using POSIX compliant `[` instead of `[[`
2017-03-13 14:16:24 -04:00
..
2017-03-13 14:16:24 -04:00
2016-10-16 09:59:19 -05:00
2016-09-26 08:27:35 -05:00
2016-10-19 23:32:26 -05:00
2016-12-04 12:42:51 -06:00