[otrs-cvs] module-tools module_check.pl,1.28,1.29
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/module-tools
In directory lancelot:/tmp/cvs-serv19646
Modified Files:
module_check.pl
Log Message:
Skip CVS diretories.
Author: ub
Index: module_check.pl
===================================================================
RCS file: /home/cvs/module-tools/module_check.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -2 -u -d -r1.28 -r1.29
--- module_check.pl 17 Oct 2012 01:01:16 -0000 1.28
+++ module_check.pl 22 Nov 2012 13:34:24 -0000 1.29
@@ -96,4 +96,7 @@
return if -d $ModuleFile;
+ # skip CVS directories
+ return if $ModuleDir =~ m{ /CVS ( \s* | / ) }xms;
+
# check only Perl- and Template-files
return if $ModuleFile !~ m{ [.](pl|pm|dtl|t) \s* \z }ixms;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log