aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-02 20:54:22 -0700
committerGitHub <noreply@github.com>2019-04-02 20:54:22 -0700
commitaf1597e229ce434e65749967e6b2687cfdc80040 (patch)
tree132e78af3de0f477651ade708e29f7b2bddff0f8 /scripts
parent641e1cd53db09305530130c78ef2b473a52682a1 (diff)
downloadvcpkg-af1597e229ce434e65749967e6b2687cfdc80040.tar.gz
vcpkg-af1597e229ce434e65749967e6b2687cfdc80040.zip
[vcpkg-fetch] Set git subpath to mingw32\bin\git.exe to fix execution within containers (#5878)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vcpkgTools.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index 18ca741c2..6578f1b52 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -30,7 +30,7 @@
</tool>
<tool name="git" os="windows">
<version>2.20.0</version>
- <exeRelativePath>cmd\git.exe</exeRelativePath>
+ <exeRelativePath>mingw32\bin\git.exe</exeRelativePath>
<url>https://github.com/git-for-windows/git/releases/download/v2.20.0.windows.1/PortableGit-2.20.0-32-bit.7z.exe</url>
<sha512>81647a87df9fde0945ef597cb1cafd8f5f42859da89e9b1db55222a261407bc16bdcc0cf1e86e315697f0981832fe10fc02845cad4b4c82ea64bbd218aec6a49</sha512>
<archiveName>PortableGit-2.20.0-32-bit.7z.exe</archiveName>