aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index bc94aecc8..a3c842dc0 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -16,8 +16,7 @@ try
{
[xml]$asXml = Get-Content "$scriptsDir\vcpkgTools.xml"
$toolData = $asXml.SelectSingleNode("//tools/tool[@name=`"git`"]")
- $postExtractionExecutableRelativePath = $toolData.postExtractionExecutableRelativePath
- $gitFromDownload = "$vcpkgRootDir\downloads\$postExtractionExecutableRelativePath"
+ $gitFromDownload = "$vcpkgRootDir\downloads\$($toolData.exeRelativePath)"
$gitDir = split-path -parent $gitFromDownload
$env:path += ";$gitDir"