This commit is contained in:
Marc Beninca 2024-11-29 22:18:29 +01:00
parent 2e622026cd
commit 736fd791c2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,7 @@ x() {
"${@}"
}
[ "${SH_SHELL}" = "bash" ] || return
[ "${RWX_SHELL}" = "bash" ] || return
# shellcheck disable=SC3033
..() {