This commit is contained in:
Marc Beninca 2024-11-16 16:37:04 +01:00
parent 6a49f4981a
commit c68598931b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 7 additions and 1 deletions

View file

@ -17,6 +17,9 @@ x() {
"${@}"
}
# shellcheck disable=SC2154
[ "${SH}" = "bash" ] || return
# back
# shellcheck disable=SC3033