Fix the shell buildscript bootstrapper.

This commit is contained in:
miterosan
2019-03-17 14:29:05 +01:00
parent 22ddde0d24
commit d266d4c547

View File

@@ -12,7 +12,7 @@ TOOLS_DIR=$SCRIPT_DIR/tools
CAKE_BINARY_PATH=$TOOLS_DIR/"cake.coreclr"
SCRIPT="build.cake"
CAKE_CSPROJ=$TOOLS_DIR/"cakebuild.csproj"
CAKE_CSPROJ="cakebuild.csproj"
# Parse arguments.
CAKE_ARGUMENTS=()