Fix comment about ENV overrides

This commit is contained in:
Adam Vandenberg 2009-08-11 11:43:44 -07:00 committed by Max Howell
parent 1c55642645
commit 9bc60b80b6

View File

@ -5,7 +5,7 @@ require 'formula'
require 'keg'
require 'utils'
# these are defined in env.rb usually, but we don't want to break our actual
# these are defined in bin/brew, but we don't want to break our actual
# homebrew tree, and we do want to test everything :)
HOMEBREW_PREFIX=Pathname.new '/tmp/testbrew/prefix'
HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache"