From 03386d04d038b152b5638247e936db001a538676 Mon Sep 17 00:00:00 2001 From: Velgus Date: Sun, 28 Jul 2019 05:47:27 -0700 Subject: [PATCH] git-with-openssh: Add GIT_INSTALL_ROOT environment variable (#275) - closes #274 --- bucket/git-with-openssh.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index b963bc9781..a0a271d08f 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -41,6 +41,9 @@ "url": "https://github.com/git-for-windows/git/releases/latest", "re": "v(?[\\d\\w.]+)/PortableGit-(?[\\d.]+).*\\.exe" }, + "env_set": { + "GIT_INSTALL_ROOT": "$dir" + }, "autoupdate": { "architecture": { "64bit": {