From cda8b013ec524e083189d906ebaa536c4ee90eff Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 25 Feb 2008 11:53:21 +0000 Subject: Updated paths in classaudit script. --- OpenSim/Tools/classaudit.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Tools/classaudit.pl') diff --git a/OpenSim/Tools/classaudit.pl b/OpenSim/Tools/classaudit.pl index 9c92720..d5d28c7 100755 --- a/OpenSim/Tools/classaudit.pl +++ b/OpenSim/Tools/classaudit.pl @@ -37,14 +37,14 @@ use constant CLEAR => "\033[0m"; our %totals; -find(\&test, "../OpenSim"); +find(\&test, "../../OpenSim"); print Dumper(\%totals); sub test { my $file = $File::Find::name; my $dir = $File::Find::dir; - $file =~ s{^../}{}; #strip off prefix - $dir =~ s{^../}{}; #strip off prefix + $file =~ s{^../../}{}; #strip off prefix + $dir =~ s{^../../}{}; #strip off prefix return if ($file !~ /\.cs$/); return if ($file =~ /AssemblyInfo\.cs$/); -- cgit v1.1