aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 21:10:12 -0800
committerAdam Vandenberg2014-02-27 08:21:15 -0800
commit7d24108b1fcee6eb615613f092a4d0d4f2a12dc4 (patch)
tree6a4d7489c3feb278f2e09e241126cb4208163df2 /Library
parent028a3845c6f17ad60ecaf1d7b8f9d2bc4d044955 (diff)
downloadhomebrew-7d24108b1fcee6eb615613f092a4d0d4f2a12dc4.tar.bz2
clasp: use Formula[]
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clasp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clasp.rb b/Library/Formula/clasp.rb
index d75cb9d92..f45a81a6c 100644
--- a/Library/Formula/clasp.rb
+++ b/Library/Formula/clasp.rb
@@ -11,7 +11,7 @@ class Clasp < Formula
def install
if build.include? 'with-mt'
- ENV['TBB30_INSTALL_DIR'] = Formula.factory("tbb").opt_prefix
+ ENV['TBB30_INSTALL_DIR'] = Formula["tbb"].opt_prefix
build_dir = 'build/release_mt'
else
build_dir = 'build/release'