fix syntax
This commit is contained in:
parent
b980f061d5
commit
570cda0bad
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export HOST_DIR=$OUTPUT_ROOT/corehost
|
|||
[ -z "$DOTNET_BUILD_VERSION" ] && export DOTNET_BUILD_VERSION=0.1.0.0
|
||||
[ -z "$DOTNET_HOME" ] && export DOTNET_HOME=$STAGE2_DIR && export PATH=$STAGE2_DIR/bin:$PATH
|
||||
[ -z "$CONFIGURATION" ] && export CONFIGURATION=Debug
|
||||
[ -z "$NOCACHE" ] && export $NOCACHE=""
|
||||
[ -z "$NOCACHE" ] && export NOCACHE=""
|
||||
|
||||
unset COMMONSOURCE
|
||||
unset COMMONDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue