dotnet-installer/scripts/obtain
Adeel ba72ff0edd Prefer Unix Shell build-in 'hash' over 'which'
`which` is an external utility. `hash` or `command -v` are built-in
General Commands.

See http://stackoverflow.com/a/677212/863980

I chose `hash` here as `run-build.sh` is already using it.
2017-02-26 01:24:04 +02:00
..
uninstall - Never check agains username, that's bad practice. Always use effective UID (#4894) 2016-12-04 12:17:03 -08:00
dotnet-install.ps1 Add InstallDir to path if SDK version is already installed (#4843) 2016-11-30 20:36:24 -08:00
dotnet-install.sh Prefer Unix Shell build-in 'hash' over 'which' 2017-02-26 01:24:04 +02:00