dotnet-installer/scripts/obtain
Jostein Kjønigsen 2cba2c7688 Handle missing terminal capabilities.
When probing for terminal capabilities, tput will return exit-code 1
when the attribute is not valid for the current terminal.

If we don't handle that exit-code, the shell-script too will exit with
failure.

This patch simply ignores errors for attributes we cannot use,
resulting in the same result as if we never probed for it in the first
place.
2016-07-08 10:10:20 +02:00
..
uninstall Clean + fixup 2016-05-18 09:32:48 -07:00
dotnet-install.ps1 Fix dotnet-install for the new Azure Publish layout. 2016-06-22 22:46:13 -05:00
dotnet-install.sh Handle missing terminal capabilities. 2016-07-08 10:10:20 +02:00