diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index e0eba14cb..6e0a857e0 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -97,7 +97,7 @@ class Keg < Pathname when /^ocaml/ then :mkpath when /^perl5/ then :mkpath when 'php' then :mkpath - when /^python[23]\.\d$/ then :mkpath + when /^python[23]\.\d/ then :mkpath when 'ruby' then :mkpath # Everything else is symlinked to the cellar else :link |
