aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-11 19:08:16 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-03-11 19:08:16 -0800
commita2a558bd0359f9bbc8be713315a00c948c4d77bd (patch)
tree8efb6a965863ac072dbc373f513ba33fbc4e9620
parent7490dc0f1d0d77eb8a8e6853a33c654bc29fa66a (diff)
downloadvcpkg-a2a558bd0359f9bbc8be713315a00c948c4d77bd.tar.gz
vcpkg-a2a558bd0359f9bbc8be713315a00c948c4d77bd.zip
[vcpkg] Fix regression in 7b14894d. Fixes #772.
-rw-r--r--scripts/fetchDependency.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1
index 712993ca5..3c98f7247 100644
--- a/scripts/fetchDependency.ps1
+++ b/scripts/fetchDependency.ps1
@@ -232,7 +232,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
throw [System.IO.FileNotFoundException] ("Could not detect or download " + $Dependency)
}
- return $downloadPath
+ return $executableFromDownload
}
SelectProgram $Dependency \ No newline at end of file