safely.lisp: SAFE-COPY shouldn't make two copies under CLisp.
[lisp] / safely.lisp
index 9809f07..9b4ab45 100644 (file)
                                               :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