update build.sh shebang

(cherry picked from commit 7381c864ac)
This commit is contained in:
Daniel Frank 2018-04-06 21:33:30 +02:00
parent e3d70eb44e
commit fa402fa078

View file

@ -1,4 +1,5 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e
function announce () {
echo '############################' $* >&2