aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-09-18 14:32:21 +0100
committerMax Howell2009-09-18 14:32:21 +0100
commit3d421c864971bc86b1d7603e69d05f5fed79a60e (patch)
tree32418f8276d31d442a5061947a456c04d77bab20 /bin
parenta8d6a695bc248ad99bb74ce77b6e977f0715b8c0 (diff)
downloadbrew-3d421c864971bc86b1d7603e69d05f5fed79a60e.tar.bz2
Update references to masterbrew
I left update_from_masterbrew! as a historical reference.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index a34232472..556797374 100755
--- a/bin/brew
+++ b/bin/brew
@@ -55,7 +55,7 @@ begin
# please improve it! :)
exec 'mate', *Dir["#{HOMEBREW_PREFIX}/Library/*"]<<
"#{HOMEBREW_PREFIX}/bin/brew"<<
- "#{HOMEBREW_PREFIX}/README"
+ "#{HOMEBREW_PREFIX}/README*"
else
exec_editor *ARGV.formulae.collect {|f| f.path}
end