clean up message for release

CVS patchset: 768
CVS date: 1996/07/10 15:47:33
This commit is contained in:
root 1996-07-10 15:47:33 +00:00
parent 1c0441f20f
commit 3afd2294dc
1 changed files with 3 additions and 1 deletions

4
rpm.c
View File

@ -222,7 +222,9 @@ int build(char *arg, int buildAmount, char *passPhrase, char *prefixOverride) {
if (verifySpec(s)) {
/* For now, warn and try to continue */
res = 1;
fprintf(stderr, "\n%cSpec file check failed -- tell Marc\n\n", 7);
fprintf(stderr, "\n%cSpec file check failed!!\n", 7);
fprintf(stderr,
"Tell rpm-list@redhat.com if this is incorrect.\n\n");
sleep(1);
}
if (doBuild(s, buildAmount, passPhrase)) {