From 17286ba3265e8ab15007de22742772e103f75697 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Thu, 19 Oct 2023 18:47:50 +0200 Subject: [PATCH] Suppression : erreur ShellCheck dans updateall Ajout d'un commentaire pour supprimer un faux positif de shellcheck --- bin/updateall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/updateall b/bin/updateall index a5eb788..9c00dee 100755 --- a/bin/updateall +++ b/bin/updateall @@ -42,6 +42,8 @@ case "$script" in main "$@" ;; *) + # Oui, ShellCheck, c'est bel et bien ce que j'essaie de faire + # shellcheck disable=SC2211 "${scripts_d}/"??"-${script}" "$@" ;; esac