summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:56:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:56:25 -0400
commit4f9403866d114a9fdb561c9ea6affa92ed39a84e (patch)
tree8b380da972df92fdc23a17e8853d0d260c48d171 /standalone
parent566be3a7aea3d10e3ce85cc1bcf43d41d7774217 (diff)
nuke ghc too
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 93b2bcab1..421494090 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -6,7 +6,7 @@
set -x
set -e
-mv /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/cabal.old
+rm -f /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"