diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:03:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:03:08 -0400 |
commit | bf81bbec491f6418dcd6aec2260ab8443ef7d00e (patch) | |
tree | 8e269efc32ec5242c7e5dd0a18dc60196f661f03 | |
parent | 82f7ecd859a7032889d9ad7bded72734310c1f84 (diff) |
argh, why u no version?
-rwxr-xr-x | standalone/windows/build.sh | 2 |
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 |