Stop letting GitDependency inject HOMEBREW_PREFIX/bin into the environment
This commit is contained in:
parent
4cb3d121a4
commit
f0bb1a936d
@ -116,5 +116,5 @@ end
|
|||||||
class GitDependency < Requirement
|
class GitDependency < Requirement
|
||||||
fatal true
|
fatal true
|
||||||
default_formula 'git'
|
default_formula 'git'
|
||||||
satisfy { which('git') }
|
satisfy { !!which('git') }
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user