From a82e823935e9c4092000bab57d1a6f1cae481dca Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 15 Oct 2009 09:07:12 +0100 Subject: 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. --- Library/Formula/mysql-connector-c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/mysql-connector-c.rb') diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index f1b767696..5bf45368c 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -1,4 +1,4 @@ -require 'brewkit' +require 'formula' class MysqlConnectorC