Replace bash with sh in build.sh for compatibility

Systems like OpenBSD, FreeBSD, NetBSD or macOS (might be removed soon
https://support.apple.com/en-us/HT208050) don't have bash installed.
This commit is contained in:
Dawid Potocki 2019-09-28 12:46:05 +12:00
parent d344dffd0b
commit b543dea61c
No known key found for this signature in database
GPG Key ID: ABE36F31298C1EF5
1 changed files with 1 additions and 1 deletions

View File

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