Improve the error message a bit.

git-svn-id: svn://10.0.0.236/trunk@12206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com 1998-10-07 19:28:19 +00:00
parent 9fed7948b0
commit 9977348a3d

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};