Fix cosmetic error in rmjob message.

PR:		21006
This commit is contained in:
Garrett Wollman 2000-09-27 19:23:15 +00:00
parent 545ed065d2
commit 47b15ad38f

View File

@ -211,8 +211,6 @@ process(pp, file)
case 'U': /* unlink associated files */
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
break;
if (from != host)
printf("%s: ", host);
do_unlink(line+1);
}
}