diff options
| author | Adam Vandenberg | 2014-02-26 19:39:36 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:23 -0800 | 
| commit | 4792e4c3e611040d216c8bb80aa7d7c754b29256 (patch) | |
| tree | 1afd5f2e784f929e57e1f052df3b637c3bcc9ac5 /Library/Formula | |
| parent | bcab43c23d55cd800f4a4d7f0502477307cf77b0 (diff) | |
| download | homebrew-4792e4c3e611040d216c8bb80aa7d7c754b29256.tar.bz2 | |
tenyr: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tenyr.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
