use bash now.

This commit is contained in:
Christopher Jeffrey 2014-12-09 13:29:32 -08:00
parent 362ab2b2e6
commit e63f427bdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
#root_dir="$(readlink -f "$(dirname "$0")")/.."

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
#root_dir="$(readlink -f "$(dirname "$0")")/.."