safely.lisp: SAFE-COPY shouldn't make two copies under CLisp.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jun 2011 18:23:57 +0000 (19:23 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jun 2011 18:25:16 +0000 (19:25 +0100)
commit1a50efd8a9e976bf16a29ce381ea38c6b9a39ea1
tree5dc3f479e6cbe751ba1650b1e299277e1618af27
parent562ed2ddc451abe9be0ec5bb9684b2df56942d8f
safely.lisp: SAFE-COPY shouldn't make two copies under CLisp.

The condition on the fallback portable code wasn't fixed to exclude
CLisp when the POSIX:COPY-FILE change was made.  The result is a steady
buildup of MUMBLE-GORP-old.FOO files, which is no fun.
safely.lisp