Actualiser bashlib.sh

This commit is contained in:
2025-04-14 09:59:05 +02:00
parent 88c7988b20
commit 17991e5f33

View File

@@ -59,7 +59,7 @@ check_command() {
local command=$1
if [[ -z $(which ${command}) ]] ; then
error "Missing command" ${command}
error "Missing command" "${command}"
fi
}