Improve the error message a bit.

This commit is contained in:
terry%netscape.com 1998-10-07 19:28:19 +00:00
parent 130fae0e4c
commit 58c9e2d5cf

View File

@ -118,7 +118,8 @@ foreach $f (@files) {
}
}
if (!$ok) {
print STDERR "You may not check into partition $fullname{$t}.\n";
print STDERR "You may not check into partition $fullname{$t}\n";
print STDERR "the file $repository/$f\n";
print STDERR "If you think you should be allowed to, send mail to\n";
print STDERR "one of the below people:\n";
$s = $super{$t};