aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorMike McQuaid2012-04-17 12:51:31 -0500
committerMike McQuaid2012-04-24 18:53:45 +1000
commitebe4e07fa36aafbe2b811969d8aac0f36be340c0 (patch)
tree5bb47e6cc7e5f2e270b345df5052e32f4a95b79f /Library/Homebrew/extend
parent11f382705cb596645d4a1dae5c6bd713f63279c3 (diff)
downloadbrew-ebe4e07fa36aafbe2b811969d8aac0f36be340c0.tar.bz2
Change versioned bottle syntax and fix issues.
Fixed Homebrew/homebrew#11562.
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/pathname.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 82202ce5a..caf081f60 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -119,7 +119,6 @@ class Pathname
# extended to support common double extensions
def extname
return $1 if to_s =~ bottle_regex
- # old brew bottle style
return $1 if to_s =~ old_bottle_regex
/(\.(tar|cpio)\.(gz|bz2|xz|Z))$/.match to_s
return $1 if $1