diff options
| author | Jack Nagel | 2012-09-27 16:22:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-27 16:22:01 -0500 |
| commit | 6ebcccdcc58a0bd9b33730d3b7423811126e00ca (patch) | |
| tree | 37e99599b650b54535354e3ebdc817449d39de8e /Library/Homebrew/formula.rb | |
| parent | 8d3ff5691d330364275bf8288ba543ed2f98e6c7 (diff) | |
| download | brew-6ebcccdcc58a0bd9b33730d3b7423811126e00ca.tar.bz2 | |
Make FileUtils extension available globally
Now that we are monkeypatching copy_metadata, we should load our
extension up front for consistency.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 728dbbd40..15acff3cd 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -3,7 +3,6 @@ require 'dependencies' require 'formula_support' require 'hardware' require 'bottles' -require 'extend/fileutils' require 'patches' require 'compilers' require 'build_environment' |
