From 327aa6a785c9ffbdc7a2b747beea560c87a8b7b3 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Tue, 22 Jun 2004 19:33:11 +0000 Subject: [PATCH] * Correct problem with dead_whine() svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322895 --- HISTORY | 2 ++ doc.html.in | 4 +++- kdecvs-build | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 3d28ce2..e1dd592 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ Version history: 0.75 * Add signal handler for SIGPIPE to stop less from aborting the script prematurely. + * Silence warnings when the script informs you that you're missing the conf + file. Version history: 0.74 * Fixed bug processing command line options where --help would call the wrong diff --git a/doc.html.in b/doc.html.in index d8faf80..a2ddc46 100644 --- a/doc.html.in +++ b/doc.html.in @@ -70,6 +70,8 @@ Bugfixes:

@@ -839,7 +841,7 @@ href="#options">.kdecvs-buildrc options.
CVSup is a registered trademark of John D. Polstra.
-Last modified: Tue Jun 22 15:24:03 2004
+Last modified: Tue Jun 22 15:32:23 2004
diff --git a/kdecvs-build b/kdecvs-build index f4088b1..90e8eac 100755 --- a/kdecvs-build +++ b/kdecvs-build @@ -422,7 +422,7 @@ other important variables! For information on the format of .kdecvs-buildrc or for a sample file, visit http://grammarian.homelinux.net/kdecvs-build/ HOME - finish (1); # We can't go on! + exit (1); # We can't go on! } # This subroutine reads in the settings from the user's configuration