aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cmake.rb')
-rw-r--r--Library/Formula/cmake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index a805fde29..a2135e5ab 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -46,6 +46,6 @@ class Cmake < Formula
end
def test
- system "#{bin}/cmake -E echo testing"
+ system "#{bin}/cmake", "-E", "echo", "testing"
end
end