From 522f75ffac4b13a24f16e9f797104c234269dbdf Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 17 Jul 2024 17:19:54 +0100 Subject: [PATCH] Fix exports for util/process. --- modules/ordo/util/process.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ordo/util/process.scm b/modules/ordo/util/process.scm index f3e87e7..ed63346 100644 --- a/modules/ordo/util/process.scm +++ b/modules/ordo/util/process.scm @@ -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 ()