aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:11:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:11:43 -0400
commit70dec649d1ad047715a65b62b01a2b32f939ff28 (patch)
treee3a4a49d14840a035c81b83fa94e074edca1d1bc
parentc39c10c1dba4003bff9cc64efff98ba9314c35db (diff)
remove one-off clean5.20150406
-rwxr-xr-xstandalone/windows/build.sh1
1 files changed, 0 insertions, 1 deletions
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..