From 576698c08739a959e03f382808c11d4a8da9f49f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 27 May 1993 01:12:16 +0000 Subject: Don't forget to remove temporary files. --- make-dist | 1 + 1 file changed, 1 insertion(+) (limited to 'make-dist') diff --git a/make-dist b/make-dist index 34fbf0f7312..6c4117a2439 100755 --- a/make-dist +++ b/make-dist @@ -95,6 +95,7 @@ if [ "${bogosities}" != "" ]; then echo "The following .elc files have no corresponding .el files:" echo "${bogosities}" fi +rm -f /tmp/el /tmp/elc echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent} -- cgit v1.2.1