aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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