Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
rpmlint.4962
script-interpreter-only-for-exec-scripts.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File script-interpreter-only-for-exec-scripts.diff of Package rpmlint.4962
Index: FilesCheck.py =================================================================== --- FilesCheck.py.orig +++ FilesCheck.py @@ -1219,7 +1219,7 @@ class FilesCheck(AbstractCheck.AbstractC elif interpreter or mode & 0111 != 0 or \ script_regex.search(f): if interpreter: - 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 \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor