Updating build.sh to use kvm from KoreBuild

This commit is contained in:
Pranav K 2014-09-21 21:56:59 -07:00
parent 8de83ce117
commit c9c53a686d
1 changed files with 2 additions and 2 deletions

View File

@ -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