summaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:07:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:07:12 -0400
commit653fa4b56c684c4344d455e566d2869988dd3c96 (patch)
treeea3a489d1d252fae4342d7b14ea240ed9c9f4c1b /standalone/windows/build.sh
parentbf81bbec491f6418dcd6aec2260ab8443ef7d00e (diff)
export UPGRADE_LOCATION too
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-xstandalone/windows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 6ba9c5810..bd7b1b665 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.