sr=blizzard, r=sgehani fix for bug 77605

ambiguous warnings generated from pkgcp.pl

--pete
This commit is contained in:
pete%alphanumerica.com 2001-04-28 12:27:05 +00:00
Родитель 0677ad835e
Коммит a4665aa658
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -193,7 +193,7 @@ LINE: while (<MANIFEST>) {
# if we hit this, it's either a file in the package file that is
# not in the src directory, or it is not a valid entry.
warn "Warning: package error or possible missing file: $line ($package, $lineno).\n";
warn "Warning: package error or possible missing or unnecessary file: $line ($package, $lineno).\n";
} # LINE