Update script to use /usr/bin/env bash…

… instead of /bin/bash, to work better on more platforms.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-04-21 11:23:45 +02:00 committed by Emile Vauge
parent 1b85dd0455
commit 65f81990a7
No known key found for this signature in database
GPG key ID: D808B4C167352E59
17 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
if ! test -e autogen/gen.go; then