update build.sh shebang
This commit is contained in:
parent
1af0a7fa5f
commit
7381c864ac
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
function announce () {
|
||||
echo '############################' $* >&2
|
||||
|
|
Loading…
Reference in a new issue