diff options
Diffstat (limited to 'Library/Formula/groovy.rb')
| -rw-r--r-- | Library/Formula/groovy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index e6fffa9d2..8042fc4a9 100644 --- a/Library/Formula/groovy.rb +++ b/Library/Formula/groovy.rb @@ -12,7 +12,7 @@ class Groovy < Formula rm_f Dir["bin/*.bat"] if build.include? 'invokedynamic' - Dir['indy/*.jar'].each do |src_path| + Dir.glob("indy/*.jar") do |src_path| dst_file = File.basename(src_path, '-indy.jar') + '.jar' dst_path = File.join('lib', dst_file) mv src_path, dst_path |
