This commit is contained in:
Marc Beninca 2025-02-01 01:32:33 +01:00
parent 5a88d127d6
commit a98294a65e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -2,7 +2,7 @@
rwx_lint() { rwx_lint() {
local path="${1}" local path="${1}"
[ -n "${path}" ] || return 1 [ -n "${path}" ] || return 1
rwx_lint_clean rwx_lint_clean "${path}"
set \ set \
"python" \ "python" \
"shell" "shell"
@ -11,7 +11,7 @@ rwx_lint() {
rwx_log "${code}" rwx_log "${code}"
"rwx_lint_${code}" "${path}" "rwx_lint_${code}" "${path}"
done done
rwx_lint_clean rwx_lint_clean "${path}"
} }
# clean # clean