From dcfe02ab7b84c3ff4c557906b13ea298fb7ec87f Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Mon, 11 Oct 1999 19:37:32 +0000 Subject: [PATCH] slight tweak. take 2. git-svn-id: svn://10.0.0.236/trunk@50352 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/warnings-test.pl b/mozilla/webtools/tinderbox/warnings-test.pl index 2eee2ee8106..f06c2d79e63 100644 --- a/mozilla/webtools/tinderbox/warnings-test.pl +++ b/mozilla/webtools/tinderbox/warnings-test.pl @@ -155,7 +155,7 @@ sub build_file_hash { use File::Find; for my $include (@include_list) { - $include .= ",v" if $include =~ /\./; + $include .= ",v" unless -d "$cvsroot/$include"; &find(\&find_cvs_files, "$cvsroot/$include"); } return \%bases, \%fullpath;