From 93b32c6ea45815646df4fe9e601454544fe2afee Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 10 Feb 2012 20:05:02 -0800 Subject: proguard: style updates --- Library/Formula/proguard.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/proguard.rb b/Library/Formula/proguard.rb index 4669ed905..7cb185a81 100644 --- a/Library/Formula/proguard.rb +++ b/Library/Formula/proguard.rb @@ -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 -- cgit v1.2.3