Run install script with bash, not sh

This commit is contained in:
Nathan Broadbent
2012-10-17 07:56:11 +13:00
parent 0dd8a05d15
commit 9c85aa4114

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#locate the dir where this script is stored
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )"