зеркало из https://github.com/aspnet/Identity.git
Updating build.sh to work on Mono
This commit is contained in:
Родитель
be8b3b1bbf
Коммит
490e0fa290
4
build.sh
4
build.sh
|
@ -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/kvm.sh
|
source packages/KoreBuild/build/kvm.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! type k > /dev/null 2>&1; then
|
if ! type k > /dev/null 2>&1; then
|
||||||
|
|
Загрузка…
Ссылка в новой задаче