diff --git a/sh/main.sh b/sh/main.sh index 4c1e58b..27aca02 100644 --- a/sh/main.sh +++ b/sh/main.sh @@ -13,6 +13,8 @@ sh_source_check() { find \ -type "f" \ -name "*.sh" \ + -not \ + -name "${file}" \ -printf ". \"%P\"\n" \ >"${file}" shellcheck \