fix(scripts): have now uses which -s

This commit is contained in:
2023-09-28 18:17:29 +03:00
parent fbdd2c7448
commit 31423c30b9

View File

@@ -113,7 +113,7 @@ function have_command
# usage: have php && php -v
function have
{
bkt -- command -v "$1" >&/dev/null
bkt -- which -s "$1" >&/dev/null
}
function brew_installed