Skip to content

Commit

Permalink
brew.rb: Undeprecate HOMEBREW_BUILD_FROM_SOURCE.
Browse files Browse the repository at this point in the history
     Partially reverts Homebrew#5477.
  • Loading branch information
RandomDSdevel committed Jan 30, 2019
1 parent 6a912c3 commit 49aceb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Library/Homebrew/brew.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ class MissingEnvironmentVariables < RuntimeError; end
system(HOMEBREW_BREW_FILE, "uninstall", "--force", "brew-cask")
end

if ENV["HOMEBREW_BUILD_FROM_SOURCE"]
odeprecated("HOMEBREW_BUILD_FROM_SOURCE", "--build-from-source")
end

if internal_cmd
Homebrew.send cmd.to_s.tr("-", "_").downcase
elsif which "brew-#{cmd}"
Expand Down

0 comments on commit 49aceb1

Please sign in to comment.