aboutsummaryrefslogtreecommitdiffstats
path: root/karma.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-12-19 18:20:11 +0000
committerBas Zoetekouw <bas>2008-12-19 18:20:11 +0000
commitc8c56c64e29f76aed1a7d4facd891ab5993c0259 (patch)
tree3167d9b581c23aa5086893be1644a2084e91a8c5 /karma.pl
parent335f8e8cee86846d21983d990a480cdfdd31ba38 (diff)
Apply the skip_pat of vcs_path_info() to the _relative_ filename
CVS version numbers karma.pl: 1.4 -> 1.5 Perl/Local/VCS_CVS.pm: 1.10 -> 1.11
Diffstat (limited to 'karma.pl')
-rwxr-xr-xkarma.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.pl b/karma.pl
index 21fc016474b..ba3f2e48e20 100755
--- a/karma.pl
+++ b/karma.pl
@@ -42,7 +42,7 @@ my %Karma;
# include only files matching $filename
my $MATCH = '(\.wml$)|(\.html$)';
-my $SKIP = '/template/';
+my $SKIP = '^template/';
# parse command line;
die("Please specify a language to examine\n") if not @ARGV;

© 2014-2024 Faster IT GmbH | imprint | privacy policy