diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:56:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:56:57 -0400 |
commit | be2403f5148a020b206ba52879847b8ad978843f (patch) | |
tree | 16517e6003106d3bb0970678f0c10260b31f686f | |
parent | 4f9403866d114a9fdb561c9ea6affa92ed39a84e (diff) |
rm -rf
-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 421494090..add8ea6f4 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,7 +6,7 @@ set -x set -e -rm -f /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" |