brew.rb: don't try to uninstall brew-cask keg.
This is long gone at this point so no need to keep this code around.
This commit is contained in:
parent
bb6fe17a97
commit
948b367ac3
@ -92,11 +92,6 @@ begin
|
|||||||
# `Homebrew.help` never returns, except for external/unknown commands.
|
# `Homebrew.help` never returns, except for external/unknown commands.
|
||||||
end
|
end
|
||||||
|
|
||||||
# Uninstall old brew-cask if it's still around; we just use the tap now.
|
|
||||||
if cmd == "cask" && (HOMEBREW_CELLAR/"brew-cask").exist?
|
|
||||||
system(HOMEBREW_BREW_FILE, "uninstall", "--force", "brew-cask")
|
|
||||||
end
|
|
||||||
|
|
||||||
if ENV["HOMEBREW_BUILD_FROM_SOURCE"]
|
if ENV["HOMEBREW_BUILD_FROM_SOURCE"]
|
||||||
odisabled("HOMEBREW_BUILD_FROM_SOURCE", "--build-from-source")
|
odisabled("HOMEBREW_BUILD_FROM_SOURCE", "--build-from-source")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user