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