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

Commit adfcf27

Browse files
author
N. Taylor Mullen
committed
Update build.sh to use dnvm correctly.
1 parent f6756a1 commit adfcf27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if test ! -d packages/KoreBuild; then
2727
mono .nuget/nuget.exe install Sake -version 0.2 -o packages -ExcludeVersion
2828
fi
2929

30-
if ! type k > /dev/null 2>&1; then
30+
if ! type dnvm > /dev/null 2>&1; then
3131
source packages/KoreBuild/build/dnvm.sh
3232
fi
3333

@@ -36,3 +36,4 @@ if ! type k > /dev/null 2>&1; then
3636
fi
3737

3838
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
39+

0 commit comments

Comments
 (0)