From a1355f2808acf20584c800ba5ef45adc24413883 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 28 Jan 2021 13:12:49 +0100 Subject: [PATCH] Recent brew list sysntax *** Updating submodules... *** Checking dependencies... Error: Calling `brew list` to only list formulae is disabled! Use `brew list --formula` instead. --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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