From a0b2c76deb2d2b43856cbc0b0f3d3b64e101a486 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 15:07:12 -0400 Subject: [PATCH] export UPGRADE_LOCATION too --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 6ba9c58101..bd7b1b665d 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -22,6 +22,7 @@ withcygpreferred () { # This tells git-annex where to upgrade itself from. UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe +export UPGRADE_LOCATION # This can be used to force git-annex to build supporting a particular # version of git, instead of the version installed at build time.