Commit 1a56794d 1a56794d33679d2ba8d4433f46c5fc32eaa76045 by Sergey Poznyakoff

Delete temp-file after running the script.

1 parent c96a5f95
......@@ -973,6 +973,7 @@
(saved-umask (umask #o077)))
(sieve-save-program temp-file)
(load temp-file)
(delete-file temp-file)
(umask saved-umask))))
......