From 68a4d518700e35466df98733acf833c3376775c6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 17:16:56 +0100 Subject: [PATCH] rwx/shellcheck --- sh/main.sh | 2 +- sh/shellcheck.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index 8ad5695..92b9601 100644 --- a/sh/main.sh +++ b/sh/main.sh @@ -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 diff --git a/sh/shellcheck.sh b/sh/shellcheck.sh index 7b04827..703b21d 100644 --- a/sh/shellcheck.sh +++ b/sh/shellcheck.sh @@ -1,4 +1,4 @@ -sh_shellcheck() { +rwx_shellcheck_check() { local root="${1}" local file module modules path file="$(mktemp)"