diagnostic: use ENV[]
This commit is contained in:
parent
2899132e52
commit
bd06a7926c
@ -99,7 +99,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
def check_build_from_source
|
||||
return unless ENV("HOMEBREW_BUILD_FROM_SOURCE")
|
||||
return unless ENV["HOMEBREW_BUILD_FROM_SOURCE"]
|
||||
|
||||
<<-EOS.undent
|
||||
You have HOMEBREW_BUILD_FROM_SOURCE set. This environment variable is
|
||||
|
Loading…
x
Reference in New Issue
Block a user