Replace bash with sh in build.sh for compatibility #1353

Merged
dawidpotocki merged 1 commits from no_need_for_bash into master 2019-09-29 10:59:24 +00:00
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