--- FilesCheck.py +++ FilesCheck.py @@ -818,7 +818,7 @@ interpreter = None if res: interpreter = res.group(1) - if not interpreter_regex.search(interpreter): + if mode & 0111 != 0 and not interpreter_regex.search(interpreter): printError(pkg, 'wrong-script-interpreter', f, interpreter) elif not nonexec_file and not \