Correcting location of dotnetsdk.sh in build.sh

This commit is contained in:
Pranav K 2015-01-20 01:34:44 -08:00
parent 361f083117
commit 87238557cc
1 changed files with 2 additions and 2 deletions

View File

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