Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit fee2205

Browse files
committed
Updating build.sh to work on Mono
1 parent 114d834 commit fee2205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
if test `uname` = Darwin; then
44
cachedir=~/Library/Caches/KBuild
@@ -28,7 +28,7 @@ if test ! -d packages/KoreBuild; then
2828
fi
2929

3030
if ! type k > /dev/null 2>&1; then
31-
source setup/kvm.sh
31+
source packages/KoreBuild/build/kvm.sh
3232
fi
3333

3434
if ! type k > /dev/null 2>&1; then

0 commit comments

Comments
 (0)