Skip to content

Commit

Permalink
Run install script with bash, not sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 16, 2012
1 parent 0dd8a05 commit 9c85aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 )"

Expand Down

0 comments on commit 9c85aa4

Please sign in to comment.