summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:03:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:03:08 -0400
commitbf81bbec491f6418dcd6aec2260ab8443ef7d00e (patch)
tree8e269efc32ec5242c7e5dd0a18dc60196f661f03 /standalone
parent82f7ecd859a7032889d9ad7bded72734310c1f84 (diff)
argh, why u no version?
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 1c13467ff..6ba9c5810 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -26,6 +26,8 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne
# This can be used to force git-annex to build supporting a particular
# version of git, instead of the version installed at build time.
FORCE_GIT_VERSION=1.9.5
+export FORCE_GIT_VERSION
+
cabal clean
rm -rf dist dist.old || mv -v dist dist.old