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.
2 parents e0bee34 + 42f8083 commit 054ee41Copy full SHA for 054ee41
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 command -v "$1" &>/dev/null; then
64
return 0
65
fi
66
return 1
0 commit comments