From 4008cc77430d2faf8ab373136c7cd246a3247d1c Mon Sep 17 00:00:00 2001 From: Tunous Date: Thu, 13 Apr 2017 20:38:50 +0200 Subject: [PATCH] Add shebang to install.sh script Without it installation doesn't work if users use different shell (like fish). --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e53d093..7d6331c 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ +#!/bin/bash + set -e mkdir -p build