.
original commit: 2d52cbf9e7cf7c65d56c36a9863195e21fe35478
This commit is contained in:
parent
020bde3421
commit
23d540da8b
|
@ -375,7 +375,11 @@
|
|||
(current-directory)
|
||||
base)])
|
||||
(values filename
|
||||
(build-path dir (format ".LOCK~a" name))
|
||||
(build-path dir (format "~aLOCK~a"
|
||||
(if (eq? 'windows (system-type))
|
||||
"_"
|
||||
".")
|
||||
name))
|
||||
dir))))])
|
||||
(with-handlers ([(lambda (x)
|
||||
(and (exn:i/o:filesystem? x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user