diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/closure-compiler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
