diff options
| author | Jack Nagel | 2013-08-19 12:32:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-19 12:32:57 -0500 |
| commit | 77d02c537df793ee108c6b5815a6728c7a34c5ca (patch) | |
| tree | 0f86a80efbffc0e6cd80b6f7db58e4ece99f29b6 /Library/Homebrew/cmd | |
| parent | 84a00aa7972cbccd0722ee686a97e3d55fad5fd6 (diff) | |
| download | homebrew-77d02c537df793ee108c6b5815a6728c7a34c5ca.tar.bz2 | |
Move common stuff to extend/ENV.rb
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/--env.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/sh.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/--env.rb b/Library/Homebrew/cmd/--env.rb index 8cc1b1b40..d0dda1d8b 100644 --- a/Library/Homebrew/cmd/--env.rb +++ b/Library/Homebrew/cmd/--env.rb @@ -1,4 +1,4 @@ -require 'superenv' +require 'extend/ENV' require 'hardware' module Homebrew extend self diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 492291ab9..060285d7e 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -1,6 +1,6 @@ require 'formula' require 'utils' -require 'superenv' +require 'extend/ENV' require 'formula_cellar_checks' module Homebrew extend self diff --git a/Library/Homebrew/cmd/sh.rb b/Library/Homebrew/cmd/sh.rb index 5e8f26580..a1ff30dfc 100644 --- a/Library/Homebrew/cmd/sh.rb +++ b/Library/Homebrew/cmd/sh.rb @@ -1,4 +1,4 @@ -require 'superenv' +require 'extend/ENV' require 'formula' module Homebrew extend self |
