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

This commit is contained in:
Dawid Potocki
2019-09-29 13:59:23 +03:00
committed by Mikaela Suomalainen
parent 6fa482bb0e
commit 45c7c9a729
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e # halt script on error
bundle exec jekyll build