diff options
Diffstat (limited to 'sbolint')
-rwxr-xr-x | sbolint | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1671,6 +1671,10 @@ sub check_junkfiles { log_warning("$file is a build log"); next FILE; }; + /\.rej$/ && do { + log_warning("$file is a patch reject"); + next FILE; + }; /\.desktop$/ && do { system("desktop-file-validate $file"); if($? != 0) { |