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 72ab3fe commit fe1709aCopy full SHA for fe1709a
hack/check-everything.sh
@@ -60,7 +60,7 @@ function fetch_kb_tools {
60
}
61
62
function is_installed {
63
- if [ command -v $1 &>/dev/null ]; then
+ if type "$1" &>/dev/null; then
64
return 0
65
fi
66
return 1
0 commit comments