From: Rafael L. <rla...@us...> - 2003-10-27 07:48:27
|
Update of /cvsroot/plplot/plplot/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv1940 Modified Files: make-cvs-tarball.sh Log Message: Made make-cvs-tarball script more robust to premature exit. Added a cleanup function that is called for the trapped signals 0, HUP, QUIT, INT, TERM, and PIPE. This insures that the temporary directory $CVSTMPDIR is removed at exit. Also, a caveat note is added at the comments on the top of the file. |