From 0f66180e249651086aca58331f7404fb97dd9007 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Sat, 29 Sep 2001 17:38:47 +0000 Subject: [PATCH] clean up test.cc, not test.c --- util/check-instincludes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh index 91008b3531..216980825a 100644 --- a/util/check-instincludes.sh +++ b/util/check-instincludes.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-instincludes.sh,v 1.7 2001/01/09 22:00:47 bwelling Exp $ +# $Id: check-instincludes.sh,v 1.8 2001/09/29 17:38:47 gson Exp $ # # Check the installed bind9 header files to make sure that no header @@ -67,6 +67,6 @@ EOF fi done <$tmp -rm -f test.c test.o $tmp +rm -f test.cc test.o $tmp exit $status