Skip to content

Commit 110b361

Browse files
committed
Another use of #%utils.
1 parent b380404 commit 110b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prune.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(module prune '#%kernel
2-
(#%require (for-syntax '#%kernel '#%utils))
2+
(#%require (for-syntax '#%kernel (only '#%utils find-executable-path)))
33

44
(define-syntaxes (git-exe-stx)
55
(lambda (stx)

0 commit comments

Comments
 (0)