Fix build environment script.
Script was missing a `/` for setting the `PATH` environment variable correctly.
This commit is contained in:
parent
501e11d928
commit
f6695f7e6b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ done
|
|||
|
||||
REPO_ROOT="$( cd -P "$( dirname "$SOURCE" )/../" && pwd )"
|
||||
|
||||
STAGE0_DIR=$REPO_ROOT.dotnet_stage0/x64
|
||||
STAGE0_DIR=$REPO_ROOT/.dotnet_stage0/x64
|
||||
export PATH=$STAGE0_DIR:$PATH
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue