From 1585aa61c103ae19ffdfe6dc139fafbf3b2c0f27 Mon Sep 17 00:00:00 2001 From: David0rk Date: Tue, 27 Feb 2018 03:32:01 -0500 Subject: [PATCH] docs: update install.sh shebang (#2097) change shebang to bash to avoid syntax errors --- docs/content/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/install.sh b/docs/content/install.sh index 2228b3e14..58c56ee9b 100755 --- a/docs/content/install.sh +++ b/docs/content/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # error codes # 0 - exited without problems