Fix exports for util/process.
This commit is contained in:
parent
4ebd83491c
commit
522f75ffac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
(define-module (ordo util process)
|
(define-module (ordo util process)
|
||||||
#:use-module (ice-9 textual-ports)
|
#:use-module (ice-9 textual-ports)
|
||||||
#:export (run with-cwd))
|
#:export (with-cwd with-env capture))
|
||||||
|
|
||||||
(define-syntax with-cwd
|
(define-syntax with-cwd
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue