fixed make-directory* so it's not make-directory+
original commit: 22dfab08fb9cdb2c7db3ae06ad28a22bca1b54d1
This commit is contained in:
parent
600431e2c8
commit
f9487db937
|
@ -215,7 +215,8 @@
|
||||||
(when (and (string? base)
|
(when (and (string? base)
|
||||||
(not (directory-exists? base)))
|
(not (directory-exists? base)))
|
||||||
(make-directory* base))
|
(make-directory* base))
|
||||||
(make-directory dir)))
|
(unless (directory-exists? dir)
|
||||||
|
(make-directory dir))))
|
||||||
|
|
||||||
(define make-temporary-file
|
(define make-temporary-file
|
||||||
(case-lambda
|
(case-lambda
|
||||||
|
|
Loading…
Reference in New Issue
Block a user