aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/maven.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb
index 7f20db224..161cc774e 100644
--- a/Library/Formula/maven.rb
+++ b/Library/Formula/maven.rb
@@ -8,5 +8,6 @@ class Maven <Formula
def install
prefix.install %w[bin conf boot lib]
+ FileUtils.rm_f Dir["#{bin}/*.bat"]
end
end