Skip to content

Commit

Permalink
Merge pull request #7971 from sjackman/bottle-merge-cellar
Browse files Browse the repository at this point in the history
bottle --merge: Fix bug with cellar :any
  • Loading branch information
sjackman committed Jul 10, 2020
2 parents ead8768 + e2db288 commit a2b4797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Homebrew/dev-cmd/bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@ def merge
first
elsif second.start_with?("/")
second
elsif cellars.include?(:any)
:any
elsif cellars.include?(:any_skip_relocation)
:any_skip_relocation
elsif cellars.include?("any")
"any"
elsif cellars.include?("any_skip_relocation")
"any_skip_relocation"
else
second
end
Expand Down

0 comments on commit a2b4797

Please sign in to comment.