.
original commit: fbacc41da86dc10d1bb4617c561cc71a3e50fea6
This commit is contained in:
parent
25a7b999f8
commit
4bb6161e7e
|
@ -439,7 +439,10 @@
|
|||
(let-values ([(base file dir?) (split-path source)])
|
||||
(cond
|
||||
[(string? base)
|
||||
(with-syntax ([base base])
|
||||
(with-syntax ([base (path->complete-path
|
||||
base
|
||||
(or (current-load-relative-directory)
|
||||
(current-directory)))])
|
||||
(syntax base))]
|
||||
[else ; must be (eq? base 'relative)
|
||||
(local)]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user