From addeb515c0d1ecc3b703dc274f397335fd269c56 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 11 Feb 2012 12:00:40 -0800 Subject: closure-compiler: fix quoting --- Library/Formula/closure-compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb index 8b45831a4..f2cd5da26 100644 --- a/Library/Formula/closure-compiler.rb +++ b/Library/Formula/closure-compiler.rb @@ -9,7 +9,7 @@ class ClosureCompiler < Formula libexec.install "compiler.jar" (bin+'closure').write <<-EOS.undent #!/bin/bash - java -jar #{libexec}/compiler.jar $@ + java -jar "#{libexec}/compiler.jar" "$@" EOS end end -- cgit v1.2.3