Made the .sh executable

This commit is contained in:
David Fowler 2015-10-06 02:34:40 -07:00
parent 92f20068e7
commit 0ce00feacc

2
scripts/dotnet.sh → scripts/dotnet Normal file → Executable file
View 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 "$@"