Ensure script/validate-gofmt is executed with bash

While Travis does that, a user just running the script will get an
error.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
This commit is contained in:
Vincent Bernat
2014-12-11 10:08:27 +01:00
parent 0751dbf41b
commit c82997e3b3

View File

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