diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:56:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:56:25 -0400 |
commit | 4f9403866d114a9fdb561c9ea6affa92ed39a84e (patch) | |
tree | 8b380da972df92fdc23a17e8853d0d260c48d171 /standalone | |
parent | 566be3a7aea3d10e3ce85cc1bcf43d41d7774217 (diff) |
nuke ghc too
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
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" |