aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/checkstyle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/checkstyle.rb')
-rw-r--r--Library/Formula/checkstyle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/checkstyle.rb b/Library/Formula/checkstyle.rb
index e14146af3..b48d61c06 100644
--- a/Library/Formula/checkstyle.rb
+++ b/Library/Formula/checkstyle.rb
@@ -21,7 +21,7 @@ class Checkstyle < Formula
(Pathname.pwd/"Test.java").write <<-EOS.undent
public class Test{ }
EOS
- system "#{bin}/checkstyle -c #{libexec}/sun_checks.xml -r Test.java"
+ system "#{bin}/checkstyle", "-c", "#{libexec}/sun_checks.xml", "-r", "Test.java"
end
end
end