Actualiser bashlib.sh
This commit is contained in:
@@ -59,7 +59,7 @@ check_command() {
|
|||||||
local command=$1
|
local command=$1
|
||||||
|
|
||||||
if [[ -z $(which ${command}) ]] ; then
|
if [[ -z $(which ${command}) ]] ; then
|
||||||
error "Missing command" ${command}
|
error "Missing command" "${command}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user