Skip to content

Commit

Permalink
fix(dotnet): fix bad test for presence of dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon McCaffery committed Aug 19, 2016
1 parent 11d86a3 commit bf2b137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function install-dotnet() {
local dotnetsh=$dotnetpath/dotnet-install.sh

# determine if dotnet is already on the path
if test dotnet; then
if test type dotnet 2>/dev/null; then
return
fi

Expand Down

0 comments on commit bf2b137

Please sign in to comment.