Fix path to korebuild folder in bash script
This commit is contained in:
parent
0c0b724009
commit
dd81654b33
|
|
@ -48,8 +48,9 @@ fi
|
||||||
export DOTNET_INSTALL_DIR=~/.dotnet
|
export DOTNET_INSTALL_DIR=~/.dotnet
|
||||||
export PATH=~/.dotnet/bin:$PATH
|
export PATH=~/.dotnet/bin:$PATH
|
||||||
export DOTNET_HOME=DOTNET_INSTALL_DIR
|
export DOTNET_HOME=DOTNET_INSTALL_DIR
|
||||||
export KOREBUILD_FOLDER=$koreBuildFolder
|
export KOREBUILD_FOLDER="$(dirname $thisDir)"
|
||||||
source $thisDir/dotnet-install.sh
|
chmod +x $thisDir/dotnet-install.sh
|
||||||
|
$thisDir/dotnet-install.sh
|
||||||
# ==== Temporary ====
|
# ==== Temporary ====
|
||||||
if ! type dnvm > /dev/null 2>&1; then
|
if ! type dnvm > /dev/null 2>&1; then
|
||||||
source $thisDir/dnvm.sh
|
source $thisDir/dnvm.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue