clean up message for release
CVS patchset: 768 CVS date: 1996/07/10 15:47:33
This commit is contained in:
parent
1c0441f20f
commit
3afd2294dc
4
rpm.c
4
rpm.c
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue