From d56b50fb45c5e3b84eb35f96c168adcf9dc77e16 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Mon, 9 Jul 2007 23:24:43 +0000 Subject: [PATCH] update loc counter git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@492 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- devel/count-loc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/count-loc.sh b/devel/count-loc.sh index 5ea1246..77ae286 100644 --- a/devel/count-loc.sh +++ b/devel/count-loc.sh @@ -1,3 +1,3 @@ #!/bin/sh -find . -type f -name \*.rb | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l +egrep ".rb$" Manifest.txt | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l -- 2.45.2