build.sh: replace bash with sh for compatibility (#1353)

This commit is contained in:
Dawid Potocki 2019-09-29 10:59:23 +00:00 committed by Mikaela Suomalainen
parent 6fa482bb0e
commit 45c7c9a729

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e # halt script on error
bundle exec jekyll build