X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/blobdiff_plain/562ed2ddc451abe9be0ec5bb9684b2df56942d8f..1a50efd8a9e976bf16a29ce381ea38c6b9a39ea1:/safely.lisp diff --git a/safely.lisp b/safely.lisp index 9809f07..9b4ab45 100644 --- a/safely.lisp +++ b/safely.lisp @@ -181,9 +181,7 @@ (defun safe-copy (file tag) :method :hardlink :if-exists nil))) - - - #-(or cmu sbcl) + #-(or cmu sbcl clisp) ;; Otherwise just copy the file contents and hope for the best. (with-open-file (input file :element-type :default) (multiple-value-bind