chiark
/
gitweb
/
~mdw
/
lisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
safely.lisp: SAFE-COPY shouldn't make two copies under CLisp.
[lisp]
/
safely.lisp
diff --git
a/safely.lisp
b/safely.lisp
index 9809f07ee5bf87fe257131a66a0012c28b57cf4e..9b4ab451bf5e293d707914eabc20864a1b29906f 100644
(file)
--- 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