From cb5728cc3bf0660cff4ea1bbd98539a3d43aa0a7 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Mon, 11 Oct 1999 19:36:12 +0000 Subject: [PATCH] slight tweak git-svn-id: svn://10.0.0.236/trunk@50351 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 c72d5002922..2eee2ee8106 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 .= ",v" if $include =~ /\./; &find(\&find_cvs_files, "$cvsroot/$include"); } return \%bases, \%fullpath;