This commit is contained in:
Marc Beninca 2024-11-29 17:46:09 +01:00
parent 57da8c6212
commit 24a623bd6e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -134,7 +134,7 @@ rwx_main() {
if sh_shell_interactive; then if sh_shell_interactive; then
# check format # check format
sh_log sh_log
rwx_shfmt "${SH_ROOT}" rwx_shfmt_check "${SH_ROOT}"
# check syntax # check syntax
sh_log sh_log
rwx_shellcheck_check "${SH_ROOT}" rwx_shellcheck_check "${SH_ROOT}"