aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-08-19 12:32:57 -0500
committerJack Nagel2013-08-19 12:32:57 -0500
commiteebc04ec9bfaca32024e2cb80ebf52b8ee68a7c9 (patch)
tree91e42effc0282b126858bf5cf4b13d08bd672877 /Library/Homebrew/cmd
parentbf0e32901076c5397faf4fa34bbab263f3292440 (diff)
downloadbrew-eebc04ec9bfaca32024e2cb80ebf52b8ee68a7c9.tar.bz2
Move common stuff to extend/ENV.rb
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/--env.rb2
-rw-r--r--Library/Homebrew/cmd/audit.rb2
-rw-r--r--Library/Homebrew/cmd/sh.rb2
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