From 87238557cc3333f4161741a8702758ccb44722ad Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 20 Jan 2015 01:34:44 -0800 Subject: [PATCH] Correcting location of dotnetsdk.sh in build.sh --- build-template/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-template/build.sh b/build-template/build.sh index 6cbae3a4f2..350d7e389a 100644 --- a/build-template/build.sh +++ b/build-template/build.sh @@ -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/dotnetsdk.sh + source packages/KoreBuild/build/dotnetsdk.sh fi if ! type k > /dev/null 2>&1; then