Updating build.sh to work on Mono

This commit is contained in:
Pranav K 2014-10-21 12:44:06 -07:00
Родитель be8b3b1bbf
Коммит 490e0fa290
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild
@ -28,7 +28,7 @@ if test ! -d packages/KoreBuild; then
fi
if ! type k > /dev/null 2>&1; then
source setup/kvm.sh
source packages/KoreBuild/build/kvm.sh
fi
if ! type k > /dev/null 2>&1; then