Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 8237ee104d2a4fac6a18dc3e49de0c9e > files > 7

rpmlint-0.84-2mdv2009.1.src.rpm

--- FilesCheck.py.orig	2008-07-26 18:47:11.000000000 +0200
+++ FilesCheck.py	2009-04-11 13:23:10.000000000 +0200
@@ -648,7 +648,7 @@
                                 if not interpreter_regex.search(res.group(1)):
                                     printError(pkg, 'wrong-script-interpreter', f, '"' + res.group(1) + '"')
                             elif not nonexec_file and not (lib_path_regex.search(f) and f.endswith('.la')):
-                                printError(pkg, 'script-without-shebang', f)
+                                printWarning(pkg, 'script-without-shebang', f)
 
                             if mode & 0111 == 0 and not is_doc:
                                 printError(pkg, 'non-executable-script', f, oct(perm))