aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChristian Mayer2009-09-25 14:25:09 +0200
committerMax Howell2009-09-25 15:31:55 +0100
commitedb89a7829d5493c4de6da948563fffb49d0ffe9 (patch)
tree3072ddce1651987622059957b2aea15ef8daaa3b /bin
parent4ed3834be0956d4ad0911281367fbe807c6a5a09 (diff)
downloadbrew-edb89a7829d5493c4de6da948563fffb49d0ffe9.tar.bz2
Axel formula
Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be very useful on bootdisks or other small systems as a wget replacement.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 971478d72..b6147e0d1 100755
--- a/bin/brew
+++ b/bin/brew
@@ -64,7 +64,7 @@ begin
# please improve it! :)
exec 'mate', *Dir["#{HOMEBREW_PREFIX}/Library/*"]<<
"#{HOMEBREW_PREFIX}/bin/brew"<<
- "#{HOMEBREW_PREFIX}/README*"
+ "#{HOMEBREW_PREFIX}/README.md"
else
exec_editor *ARGV.formulae.collect {|f| f.path}
end