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
commitd4aeb37caa21ede52c6aad90a12cbdcae5dc35c0 (patch)
tree0d7713955f7e7a41f46e92e5a54abd483caa1a83 /bin
parent07b8bb7cc5d5d8ff13450c354d80a3194eb5fd7a (diff)
downloadhomebrew-d4aeb37caa21ede52c6aad90a12cbdcae5dc35c0.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