From d5d10546904c3f9cae3e93f08af6dd494dd08d1c Mon Sep 17 00:00:00 2001 From: marc Date: Tue, 23 Jul 1996 14:54:46 +0000 Subject: [PATCH] change sleep(1) to sleep(5) so yo can read the spec file warnings CVS patchset: 924 CVS date: 1996/07/23 14:54:46 --- rpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm.c b/rpm.c index 0562dac..540fb1c 100755 --- a/rpm.c +++ b/rpm.c @@ -234,7 +234,7 @@ int build(char *arg, int buildAmount, char *passPhrase, fprintf(stderr, "\n%cSpec file check failed!!\n", 7); fprintf(stderr, "Tell rpm-list@redhat.com if this is incorrect.\n\n"); - sleep(1); + sleep(5); } if (doBuild(s, buildAmount, passPhrase)) { fprintf(stderr, _("Build failed.\n")); -- 2.7.4