diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:07:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:07:12 -0400 |
commit | 653fa4b56c684c4344d455e566d2869988dd3c96 (patch) | |
tree | ea3a489d1d252fae4342d7b14ea240ed9c9f4c1b /standalone | |
parent | bf81bbec491f6418dcd6aec2260ab8443ef7d00e (diff) |
export UPGRADE_LOCATION too
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
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. |