From fba8d897b829171ac3ebdfe30945e8aa549f3328 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 10 Jan 2003 18:17:02 +0000 Subject: [PATCH] revert previous spurious change --- lib/elisp-comp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/elisp-comp b/lib/elisp-comp index 6a8a6553d..031f00df9 100755 --- a/lib/elisp-comp +++ b/lib/elisp-comp @@ -43,8 +43,6 @@ fi tempdir=elc.$$ - - # Cleanup the temporary directory on exit. trap 'status=$?; rm -rf "$tempdir" && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 -- 2.47.2