aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clojure.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clojure.rb')
-rw-r--r--Library/Formula/clojure.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb
index 468d78af5..f128b6b3b 100644
--- a/Library/Formula/clojure.rb
+++ b/Library/Formula/clojure.rb
@@ -38,6 +38,6 @@ class Clojure < Formula
end
def test
- system "#{bin}/clj -e \"(println \\\"Hello World\\\")\""
+ system "#{bin}/clj", "-e", '(println "Hello World")'
end
end