From a2a558bd0359f9bbc8be713315a00c948c4d77bd Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Sat, 11 Mar 2017 19:08:16 -0800 Subject: [PATCH] [vcpkg] Fix regression in 7b14894d. Fixes #772. --- scripts/fetchDependency.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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