rwx/shellcheck

This commit is contained in:
Marc Beninca 2024-11-29 17:16:56 +01:00
parent 835f7339f3
commit 68a4d51870
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@ rwx_main() {
if sh_shell_interactive; then
# check
sh_log
sh_shellcheck "${SH_ROOT}"
rwx_shellcheck_check "${SH_ROOT}"
# help
sh_log
rwx_help

View file

@ -1,4 +1,4 @@
sh_shellcheck() {
rwx_shellcheck_check() {
local root="${1}"
local file module modules path
file="$(mktemp)"