Run install script with bash, not sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#locate the dir where this script is stored
|
#locate the dir where this script is stored
|
||||||
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )"
|
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user