spelling mistakes
This commit is contained in:
parent
18d64639b4
commit
69f5e85ebb
|
@ -43,7 +43,7 @@ tool_check() {
|
||||||
local ret='0'
|
local ret='0'
|
||||||
command -v "$1" >/dev/null 2>&1 || { local ret='1'; }
|
command -v "$1" >/dev/null 2>&1 || { local ret='1'; }
|
||||||
if [ "$ret" -ne 0 ]; then
|
if [ "$ret" -ne 0 ]; then
|
||||||
echo "$1 tool is not exit, please install it" >&2
|
echo "$1 tool is not exist, please install it" >&2
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue