Made the .sh executable
This commit is contained in:
parent
92f20068e7
commit
0ce00feacc
1 changed files with 1 additions and 1 deletions
2
scripts/dotnet.sh → scripts/dotnet
Normal file → Executable file
2
scripts/dotnet.sh → scripts/dotnet
Normal file → Executable file
|
@ -11,4 +11,4 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
|||
# work around restore timeouts on Mono
|
||||
[ -z "$MONO_THREADS_PER_CPU" ] && export MONO_THREADS_PER_CPU=50
|
||||
|
||||
exec "dnx" "$DIR/../src/Microsoft.DotNet.Cli" run "$@"
|
||||
exec "dnx" -p "$DIR/../src/Microsoft.DotNet.Cli" run "$@"
|
Loading…
Add table
Reference in a new issue