maven: ensure proper removal of Windows files (#15920)
Windows files are `*.cmd`, not `*.bat` now.
This commit is contained in:
parent
86a6a840f9
commit
dfe97ae91b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Maven < Formula
|
|||
|
||||
def install
|
||||
# Remove windows files
|
||||
rm_f Dir["bin/*.bat"]
|
||||
rm_f Dir["bin/*.cmd"]
|
||||
|
||||
# Fix the permissions on the global settings file.
|
||||
chmod 0644, "conf/settings.xml"
|
||||
|
|
Loading…
Reference in a new issue