diff options
| author | Max Howell | 2009-11-03 19:03:56 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-07 18:22:33 +0000 |
| commit | f4670bd7de5c88c2dcf6fedc484047509e07fddb (patch) | |
| tree | a700bec8afe8f37870036b8a4eeec5ee64659ff2 | |
| parent | 43fd4c58e754ed2045175d0bdc99f8dd974c27c5 (diff) | |
| download | homebrew-f4670bd7de5c88c2dcf6fedc484047509e07fddb.tar.bz2 | |
Don't require hardware.rb globally
| -rw-r--r-- | Library/Homebrew/global.rb | 1 | ||||
| -rwxr-xr-x | bin/brew | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 1ad2963fb..fd2916b21 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -24,7 +24,6 @@ require 'extend/pathname' require 'extend/ARGV' require 'utils' -require 'hardware' ARGV.extend(HomebrewArgvExtension) @@ -183,6 +183,7 @@ begin when 'install' require 'formula_installer' + require 'hardware' ############################################################ sanity checks case Hardware.cpu_type when :ppc, :dunno |
