aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 11:54:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 11:54:36 -0400
commitad9174d7ef85697400033bbe2cf8a4feb6706bc4 (patch)
tree1b09f7ac26de583b91e069e0b30ec3db77bd4233 /standalone
parent2175d133348b34b060d580c1cfc370783cb1959c (diff)
update
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 0e6e1af77..8237b6f19 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -13,14 +13,6 @@ incygwin () {
PATH="/c/cygwin/bin:$PATH" "$@"
}
-# Uses git from cygwin to checkout git-annex, because the repository
-# contains ":" in filenames.
-if ! [ -d "git-annex" ]; then
- incygwin git clone git://git-annex.branchable.com git-annex
-fi
-cd git-annex
-incygwin git pull origin master
-
# Build git-annex
cabal update
# cabal install is not run in cygwin, because we don't want configure scripts