unbreak unixstyle-install
Commit 1afcbee381 effctively dropped a conditional case that was marked as "shouldn't happen" --- but it does happen and makes sense. Adjust the replacement `delete-directory/files` call to accomodate the case. Relevant to #2198 and #2236
This commit is contained in:
parent
a01feffa83
commit
e15eadd106
|
@ -126,7 +126,7 @@
|
|||
|
||||
;; removes a file or a directory (recursively)
|
||||
(define (rm path)
|
||||
(delete-directory/files path))
|
||||
(delete-directory/files path #:must-exist? #f))
|
||||
|
||||
;; removes "compiled" subdirectories recursively
|
||||
(define (rm-compiled path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user