diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 14:11:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 14:11:43 -0400 |
commit | 70dec649d1ad047715a65b62b01a2b32f939ff28 (patch) | |
tree | e3a4a49d14840a035c81b83fa94e074edca1d1bc /standalone | |
parent | c39c10c1dba4003bff9cc64efff98ba9314c35db (diff) |
remove one-off clean5.20150406
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
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.. |