From 17991e5f337c1dac17a1b47dc50d22758ddd29cf Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 09:59:05 +0200 Subject: [PATCH] Actualiser bashlib.sh --- bashlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashlib.sh b/bashlib.sh index b1c2f2e..b21b1e5 100644 --- a/bashlib.sh +++ b/bashlib.sh @@ -59,7 +59,7 @@ check_command() { local command=$1 if [[ -z $(which ${command}) ]] ; then - error "Missing command" ${command} + error "Missing command" "${command}" fi }