diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ begin else puts `ls #{HOMEBREW_CELLAR} | wc -l`.strip+" kegs, "+HOMEBREW_CELLAR.abv end - elsif ARGV[0][0..6] == 'http://' + elsif ARGV[0][0..6] == 'http://' or ARGV[0][0..7] == 'https://' or ARGV[0][0..5] == 'ftp://' path = Pathname.new(ARGV.shift) /(.*?)[-_.]?#{path.version}/.match path.basename unless $1.to_s.empty? |
