fix
This commit is contained in:
@@ -76,7 +76,7 @@ function error_exit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function check_binary() {
|
function check_binary() {
|
||||||
if command -v "$1" >/dev/null 2>&1; then
|
if !command -v "$1" >/dev/null 2>&1; then
|
||||||
error_exit "failed to find required binary: $1"
|
error_exit "failed to find required binary: $1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user