diff options
Diffstat (limited to 'Library/Formula/clojure.rb')
| -rw-r--r-- | Library/Formula/clojure.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index 0d5f27b93..2fe39015f 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -37,6 +37,6 @@ class Clojure < Formula end def test - system "clj -e \"(println \\\"Hello World\\\")\"" + system "#{bin}/clj -e \"(println \\\"Hello World\\\")\"" end end |
