aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorJack Nagel2013-08-19 12:32:57 -0500
committerJack Nagel2013-08-19 12:32:57 -0500
commit77d02c537df793ee108c6b5815a6728c7a34c5ca (patch)
tree0f86a80efbffc0e6cd80b6f7db58e4ece99f29b6 /Library/Homebrew/cmd/audit.rb
parent84a00aa7972cbccd0722ee686a97e3d55fad5fd6 (diff)
downloadhomebrew-77d02c537df793ee108c6b5815a6728c7a34c5ca.tar.bz2
Move common stuff to extend/ENV.rb
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
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