From c8c56c64e29f76aed1a7d4facd891ab5993c0259 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Fri, 19 Dec 2008 18:20:11 +0000 Subject: 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 --- karma.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'karma.pl') 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; -- cgit v1.2.3