Bug 460911 - Make the installer complain about missing files on stdout; r=benjamin

This commit is contained in:
Reed Loden 2008-10-29 04:22:06 +01:00
Родитель f612f9e9b5
Коммит 6eda2b47c5
1 изменённых файлов: 1 добавлений и 1 удалений

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

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