From 70dec649d1ad047715a65b62b01a2b32f939ff28 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 6 Apr 2015 14:11:43 -0400 Subject: remove one-off clean --- standalone/windows/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index b1185c3da..09161c569 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -44,7 +44,6 @@ cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed, # and try a full build. Done this way because this shell seems a bit # broken. -cabal clean if [ -e last-incremental-failed ]; then cabal clean || true # windows breakage.. -- cgit v1.2.3