diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:18:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 15:18:23 -0400 |
commit | a5d5a1a848d96441579d4a570b731eaa9fe7ea12 (patch) | |
tree | 5e9e13cb5267ea5901407c6e9315c73d75ca0a55 /standalone/windows | |
parent | ad5c75a29ab51b0f45437406d89df35267d36066 (diff) |
remove unnecessary clean
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index bd7b1b665..56323d8a3 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -29,9 +29,6 @@ export UPGRADE_LOCATION FORCE_GIT_VERSION=1.9.5 export FORCE_GIT_VERSION -cabal clean -rm -rf dist dist.old || mv -v dist dist.old - # Uncomment to get rid of cabal installed libraries. #rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc |