remove temporary directory when finished

This commit is contained in:
K. Richard Pixley 1992-05-06 18:10:11 +00:00
parent bf3acf4485
commit 146a41ab3d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* sanity.sh: remove temporary directory when finished.
Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
* Makefile.in: Bump to version 1.97.

View File

@ -45,4 +45,6 @@ done
### ranlib
rm -rf ${TMPDIR}
exit 0