mark build scripts as bash

./build.sh fails on Ubuntu with

./build.sh: 6: ./build.sh: Syntax error: "(" unexpected
This commit is contained in:
boris 2019-09-08 14:23:50 -06:00 committed by Miguel Sousa
parent 3cf3ff842d
commit e064a81cc9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -e