diff --git a/script/bootstrap b/script/bootstrap index 18f76616a..aca53e814 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -62,7 +62,7 @@ check_deps () fi # Ensure that we have libgit2's dependencies installed. - installed=`brew list` + installed=`brew list --formula` for tool in $REQUIRED_TOOLS do