You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
7
external/corefx/run.sh
vendored
7
external/corefx/run.sh
vendored
@@ -2,6 +2,11 @@
|
||||
|
||||
__scriptpath=$(cd "$(dirname "$0")"; pwd -P)
|
||||
|
||||
# Disable telemetry, first time experience, and global sdk look for the CLI
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||
export DOTNET_MULTILEVEL_LOOKUP=0
|
||||
|
||||
# Source the init-tools.sh script rather than execute in order to preserve ulimit values in child-processes. https://github.com/dotnet/corefx/issues/19152
|
||||
. $__scriptpath/init-tools.sh
|
||||
|
||||
@@ -9,5 +14,5 @@ __toolRuntime=$__scriptpath/Tools
|
||||
__dotnet=$__toolRuntime/dotnetcli/dotnet
|
||||
|
||||
cd $__scriptpath
|
||||
$__dotnet $__toolRuntime/run.exe $__scriptpath/config.json $*
|
||||
$__dotnet $__toolRuntime/run.exe $__scriptpath/config.json "$@"
|
||||
exit $?
|
||||
|
Reference in New Issue
Block a user