From 9c85aa41141e79101a6e3b1877abaee139c0a9bc Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 17 Oct 2012 07:56:11 +1300 Subject: [PATCH] Run install script with bash, not sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c2e2798..31f4631 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #locate the dir where this script is stored export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )"