fix syntax problem

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-14 12:24:44 +00:00
parent 9645c95c9e
commit a21adb0bb8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ while (defined($filename = readdir(DIR))) {
$filename eq "it0096" || $filename eq "it0096" ||
$filename eq "it0097" || $filename eq "it0097" ||
$filename eq "it0043" || $filename eq "it0043" ||
$filename eq "it0090" $filename eq "it0090" )
{ {
print POM " <!-- <module>$filename</module> -->\n"; print POM " <!-- <module>$filename</module> -->\n";
} }