Skip to content
Snippets Groups Projects
Commit d9c3f19e authored by Misty De Meo's avatar Misty De Meo Committed by Charlie Sharpsteen
Browse files

Fix installation error from ARGV `--HEAD` filter


The ARGV filtering would strip `--HEAD` from dependency installations,
then proceed with trying to install the dependency from the latest
version in the formula. This causes an error if the latest version is
already installed, so check to see if formula is installed before
performing the installation.

Closes Homebrew/homebrew#8869.

Signed-off-by: default avatarCharlie Sharpsteen <source@sharpsteen.net>
parent 98989560
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment