Merge pull request #81 from exoscale/fix/shebang-validate-gofmt

Ensure `script/validate-gofmt` is executed with bash
This commit is contained in:
Ben Firshman 2014-12-11 17:53:36 +00:00
commit b803e2950e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")/.validate"
IFS=$'\n'