From 486505bc931dd8167042044731c80281c93d276b Mon Sep 17 00:00:00 2001 From: Alexander Faust Date: Sun, 26 Nov 2017 20:17:33 +0100 Subject: [PATCH] Script is using bash only syntax. Fixing declaration. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b4d6751..fe85865 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"