aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/proguard.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/proguard.rb')
-rw-r--r--Library/Formula/proguard.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/proguard.rb b/Library/Formula/proguard.rb
index db7cd9b35..6866fbbe1 100644
--- a/Library/Formula/proguard.rb
+++ b/Library/Formula/proguard.rb
@@ -7,9 +7,6 @@ class Proguard < Formula
def install
libexec.install 'lib/proguard.jar'
- (bin+"proguard").write <<-EOS.undent
- #!/bin/sh
- java -jar "#{libexec}/proguard.jar" "$@"
- EOS
+ bin.write_jar_script libexec/'proguard.jar', 'proguard'
end
end