diff --git a/checks/check_shebang_non_executable.sh b/checks/check_shebang_non_executable.sh index ec08706f180..b2e02ecb0f3 100755 --- a/checks/check_shebang_non_executable.sh +++ b/checks/check_shebang_non_executable.sh @@ -31,8 +31,10 @@ env$ \.env \.envrc shrc$ -.login$ -.logout$ +\..*login$ +\..*logout$ +\.bak +\.pm$ ' exceptions_regex="" for exception in $exceptions; do