* Correct problem with dead_whine()

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322895
wilder
Michael Pyne 22 years ago
parent 3f5c1dbf73
commit 327aa6a785
  1. 2
      HISTORY
  2. 4
      doc.html.in
  3. 2
      kdecvs-build

@ -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

@ -70,6 +70,8 @@ Bugfixes:
<ul>
<li>Add a signal handler for SIGPIPE to keep the script from leaving lockfiles
around after piping the output into less.</li>
<li>Silence warnings when the script informs you that you need to create a
.kdecvs-buildrc by using the correct exit function.</li>
</ul>
</p>
@ -839,7 +841,7 @@ href="#options">.kdecvs-buildrc options</a>.
<div align="center" class="thankyou">
<font size="-1"><a href="http://www.cvsup.org/">CVSup</a> is a registered trademark of John D. Polstra.
<br/>
Last modified: Tue Jun 22 15:24:03 2004</font>
Last modified: Tue Jun 22 15:32:23 2004</font>
</div>
</body>
</html>

@ -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

Loading…
Cancel
Save