rwx/shellcheck
This commit is contained in:
parent
835f7339f3
commit
68a4d51870
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
sh_shellcheck() {
|
||||
rwx_shellcheck_check() {
|
||||
local root="${1}"
|
||||
local file module modules path
|
||||
file="$(mktemp)"
|
||||
|
|
Loading…
Reference in a new issue