From ce4d24159ea89c7bd125af5d10245fe7f395286c Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Tue, 8 Dec 2015 11:12:26 -0800 Subject: [PATCH] source it on Nix --- build-template-dotnet/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build-template-dotnet/build.sh diff --git a/build-template-dotnet/build.sh b/build-template-dotnet/build.sh old mode 100644 new mode 100755 index e5b0e038b3..b5a2cc83a7 --- a/build-template-dotnet/build.sh +++ b/build-template-dotnet/build.sh @@ -42,6 +42,6 @@ if test ! -d packages/KoreBuild-dotnet; then mono .nuget/nuget.exe install KoreBuild-dotnet -ExcludeVersion -o packages -nocache -pre fi -packages/KoreBuild-dotnet/build/install.sh +source packages/KoreBuild-dotnet/build/install.sh export PATH=$DOTNET_INSTALL_DIR/bin/:$PATH mono packages/Sake/tools/Sake.exe -I packages/KoreBuild-dotnet/build -f makefile.shade "$@"