Fix exports for util/process.

This commit is contained in:
Ray Miller 2024-07-17 17:19:54 +01:00
parent 4ebd83491c
commit 522f75ffac

View file

@ -1,6 +1,6 @@
(define-module (ordo util process)
#:use-module (ice-9 textual-ports)
#:export (run with-cwd))
#:export (with-cwd with-env capture))
(define-syntax with-cwd
(syntax-rules ()