Handle --version in dotnet-install.sh.

This commit is contained in:
Cesar Blum Silveira 2016-01-29 04:00:48 -08:00
parent cb4d93ce74
commit fdcbc0f2eb
1 changed files with 4 additions and 0 deletions

View File

@ -251,6 +251,10 @@ do
shift
CHANNEL=$1
;;
-v|--version)
shift
VERSION=$1
;;
-d|--destination)
shift
DOTNET_INSTALL_DIR=$1