update build.sh shebang

This commit is contained in:
Daniel Frank 2018-04-06 21:33:30 +02:00
parent 1af0a7fa5f
commit 7381c864ac

View file

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