aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorMike McQuaid2012-04-17 12:51:31 -0500
committerMike McQuaid2012-04-24 18:08:14 +1000
commit40370e05bdd00b2ee5526a78e39eed7e61ae00ae (patch)
tree743348a1d4755ff6364d3b96acdaecf89921a921 /Library/Homebrew/extend
parent2c46c4e0c2c109ae2aac3cd9a245d88eeba03cb3 (diff)
downloadbrew-40370e05bdd00b2ee5526a78e39eed7e61ae00ae.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 454afb074..d705bc2f9 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