From 9dcec1feba68dc5ba38cdc634f5bf113c0f77348 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:45 +0200 Subject: tagging yhttpd-0.7.2 --- scripts/stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stats.pl') diff --git a/scripts/stats.pl b/scripts/stats.pl index b55bc9e..96fbdf1 100755 --- a/scripts/stats.pl +++ b/scripts/stats.pl @@ -76,7 +76,7 @@ sub filestats $stats{"Number of script files"}++; $stats{"Lines of scripts"} += countlines($shift); } - elsif ( $shift =~ /(\.txt|README|INSTALL|COPYING|NEWS|SNAPSHOT|ChangeLog)$/ ) + elsif ( $shift =~ /(\.txt|[A-Z]+)$/ ) { $stats{"Number of text files"}++; $stats{"Lines of text"} += countlines($shift); -- cgit v1.2.3