aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:56:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:56:57 -0400
commitbe2403f5148a020b206ba52879847b8ad978843f (patch)
tree16517e6003106d3bb0970678f0c10260b31f686f /standalone/windows
parent4f9403866d114a9fdb561c9ea6affa92ed39a84e (diff)
rm -rf
Diffstat (limited to 'standalone/windows')
-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 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"