From 45c7c9a72946bff75c581ca589ccc6dd8de7d568 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Sun, 29 Sep 2019 10:59:23 +0000 Subject: [PATCH] build.sh: replace bash with sh for compatibility (#1353) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ebe27b86..f17060a4 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh set -e # halt script on error bundle exec jekyll build