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