aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dos2unix.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 21:19:22 -0800
committerAdam Vandenberg2014-02-27 08:21:15 -0800
commitc5736e941f5fa0550d1777f1bfc274427a45223f (patch)
treee02c1d932498dde091ac00c8e09714f71e8e7cdc /Library/Formula/dos2unix.rb
parent1603a71904b68e96c5ee6e5df610790dd7eb8ca6 (diff)
downloadhomebrew-c5736e941f5fa0550d1777f1bfc274427a45223f.tar.bz2
dos2unix: use Formula[]
Diffstat (limited to 'Library/Formula/dos2unix.rb')
-rw-r--r--Library/Formula/dos2unix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb
index b7d8d0402..eed81e6be 100644
--- a/Library/Formula/dos2unix.rb
+++ b/Library/Formula/dos2unix.rb
@@ -13,7 +13,7 @@ class Dos2unix < Formula
end
def install
- gettext = Formula.factory("gettext")
+ gettext = Formula["gettext"]
system "make", "prefix=#{prefix}",
"CC=#{ENV.cc}",
"CPP=#{ENV.cc}",