aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/findutils.rb
diff options
context:
space:
mode:
authorMax Howell2009-10-15 09:07:12 +0100
committerMax Howell2009-10-15 16:48:03 +0100
commita82e823935e9c4092000bab57d1a6f1cae481dca (patch)
treea45b244cfc7538ab12a3d0de26db70cc1fa6ce71 /Library/Formula/findutils.rb
parent19d9d18357150af66c344e77af5b23e48b045721 (diff)
downloadhomebrew-a82e823935e9c4092000bab57d1a6f1cae481dca.tar.bz2
s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
Diffstat (limited to 'Library/Formula/findutils.rb')
-rw-r--r--Library/Formula/findutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/findutils.rb b/Library/Formula/findutils.rb
index fe15720ef..bbb7b4287 100644
--- a/Library/Formula/findutils.rb
+++ b/Library/Formula/findutils.rb
@@ -1,4 +1,4 @@
-require 'brewkit'
+require 'formula'
class Findutils <Formula
@url='http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz'