Updating build.sh to use /bin/bash instead of /bin/sh

Currently due to this command source is not recognized. This seems to be fixed in a bunch of repos already.
This commit is contained in:
Praburaj 2015-04-06 14:48:58 -07:00
parent aac9beb1fd
commit e392c4087a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild