Fix build environment script.

Script was missing a `/` for setting the `PATH` environment variable correctly.
This commit is contained in:
Peter Huene 2018-01-07 23:35:01 -08:00
parent 501e11d928
commit f6695f7e6b
No known key found for this signature in database
GPG key ID: E1D265D820213D6A

View file

@ -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