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