proguard: style updates
This commit is contained in:
parent
90ddd15be1
commit
c0f6111921
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ class Proguard < Formula
|
|||
md5 '7c3e746308c0385f09783c3ee710fcc4'
|
||||
|
||||
def install
|
||||
libexec.install ['lib/proguard.jar']
|
||||
(bin/:proguard).write <<-EOS.undent
|
||||
libexec.install 'lib/proguard.jar'
|
||||
(bin+"proguard").write <<-EOS.undent
|
||||
#!/bin/sh
|
||||
java -jar #{libexec}/proguard.jar $*
|
||||
java -jar "#{libexec}/proguard.jar" "$@"
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue