From: K. Richard Pixley Date: Wed, 6 May 1992 18:10:11 +0000 (+0000) Subject: remove temporary directory when finished X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=146a41ab3def144ebd107c3437d4fbf8aea01262;p=binutils-gdb.git remove temporary directory when finished --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e33afa826f7..977ea3fee0b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/sanity.sh b/binutils/sanity.sh index 9b5ca908aa8..fab6b92d642 100755 --- a/binutils/sanity.sh +++ b/binutils/sanity.sh @@ -45,4 +45,6 @@ done ### ranlib +rm -rf ${TMPDIR} + exit 0