aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/llvm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/llvm.rb')
-rw-r--r--Library/Formula/llvm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index d09ca57f1..e7c838b5f 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -105,7 +105,7 @@ class Llvm < Formula
end
def test
- system "#{bin}/llvm-config --version"
+ system "#{bin}/llvm-config", "--version"
end
def caveats; <<-EOS.undent