diff options
| author | Adam Vandenberg | 2009-08-11 11:43:44 -0700 |
|---|---|---|
| committer | Max Howell | 2009-08-21 14:40:26 +0100 |
| commit | 738cfab7cd28793ef881f3d73e64426e465184ef (patch) | |
| tree | d780bc86c099e04744245c03ec8b916c179552a6 /Library | |
| parent | cb8935de8c8f73e3e2342b1bb84f38bd1ffe68c8 (diff) | |
| download | homebrew-738cfab7cd28793ef881f3d73e64426e465184ef.tar.bz2 | |
Fix comment about ENV overrides
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/unittest.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/unittest.rb b/Library/Homebrew/unittest.rb index adbfd4afb..2ffb874ba 100755 --- a/Library/Homebrew/unittest.rb +++ b/Library/Homebrew/unittest.rb @@ -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" |
