aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
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/build.rb
parentbf0e32901076c5397faf4fa34bbab263f3292440 (diff)
downloadbrew-eebc04ec9bfaca32024e2cb80ebf52b8ee68a7c9.tar.bz2
Move common stuff to extend/ENV.rb
Diffstat (limited to 'Library/Homebrew/build.rb')
-rwxr-xr-xLibrary/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index bb4325e5b..6d812ea68 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -34,7 +34,7 @@ def main
require 'hardware'
require 'keg'
- require 'superenv'
+ require 'extend/ENV'
# Force any future invocations of sudo to require the user's password to be
# re-entered. This is in-case any build script call sudo. Certainly this is