From e4fe40da6efb727763eb4e3c77071f37aaea55d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 11:54:36 -0400 Subject: [PATCH] update --- standalone/windows/build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 0e6e1af773..8237b6f195 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