fix typo in unixstyle-install
This commit is contained in:
parent
51dfbe6bc2
commit
a8130eb7c3
|
@ -200,7 +200,7 @@
|
|||
(fix-executable f)))
|
||||
;; fix the starter executable too
|
||||
(parameterize ([current-directory (dir: 'librkt)])
|
||||
(when (file-exists "starter") (fix-executable "starter"))))
|
||||
(when (file-exists? "starter") (fix-executable "starter"))))
|
||||
|
||||
;; remove and record all empty dirs
|
||||
(define (remove-empty-dirs dir)
|
||||
|
|
Loading…
Reference in New Issue
Block a user