We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1709a commit 42f8083Copy full SHA for 42f8083
hack/check-everything.sh
@@ -60,7 +60,7 @@ function fetch_kb_tools {
60
}
61
62
function is_installed {
63
- if type "$1" &>/dev/null; then
+ if command -v "$1" &>/dev/null; then
64
return 0
65
fi
66
return 1
0 commit comments