From 4792e4c3e611040d216c8bb80aa7d7c754b29256 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 26 Feb 2014 19:39:36 -0800 Subject: tenyr: use Formula[] --- Library/Formula/tenyr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tenyr.rb b/Library/Formula/tenyr.rb index 7a80e9627..c2088a541 100644 --- a/Library/Formula/tenyr.rb +++ b/Library/Formula/tenyr.rb @@ -16,7 +16,7 @@ class Tenyr < Formula end def install - bison = Formula.factory('bison').bin/"bison" + bison = Formula["bison"].bin/"bison" inreplace "Makefile" do |s| s.gsub! "bison", bison -- cgit v1.2.3