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 5af029cb5..ce6e8b394 100644
--- a/Library/Formula/clojure.rb
+++ b/Library/Formula/clojure.rb
@@ -24,7 +24,7 @@ EOS
end
def install
- system "ant" if ARGV.include? '--HEAD'
+ system "ant" if ARGV.build_head?
prefix.install jar
(bin+'clj').write script
end