From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: zone.lisp: Use a synthetic pathname as the temporary-files template. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/b2581b11862dfe93881d9eb236b374d9a066581a zone.lisp: Use a synthetic pathname as the temporary-files template. --- diff --git a/zone.lisp b/zone.lisp index 726791f..1557c0a 100644 --- a/zone.lisp +++ b/zone.lisp @@ -1104,7 +1104,7 @@ (reverse-enum 'tlsa-match match))) bin)) (pathname - (with-temporary-files (context :base "tmpfile.tmp") + (with-temporary-files (context :base (make-pathname :type "tmp")) (let* ((file (or (find-if #'probe-file (mapcar (lambda (template) (merge-pathnames data template))