diff options
| author | Jack Nagel | 2014-03-13 18:07:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-13 18:07:11 -0500 |
| commit | 6a23fecc21882d725d9db17751e7aae6f766a32b (patch) | |
| tree | f4c2323a8d7a91923b57469ad6ed37d082c0723d /Library | |
| parent | 067f4d474cb158debb8ad7d19d664fb2540cb09f (diff) | |
| download | homebrew-6a23fecc21882d725d9db17751e7aae6f766a32b.tar.bz2 | |
Stop letting GitDependency inject HOMEBREW_PREFIX/bin into the environment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirements.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb index 73e0860b7..80a74ab83 100644 --- a/Library/Homebrew/requirements.rb +++ b/Library/Homebrew/requirements.rb @@ -116,5 +116,5 @@ end class GitDependency < Requirement fatal true default_formula 'git' - satisfy { which('git') } + satisfy { !!which('git') } end |
