diff options
Diffstat (limited to 'scsh-process.scm')
-rw-r--r-- | scsh-process.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.scm b/scsh-process.scm index ce70290..486adb3 100644 --- a/scsh-process.scm +++ b/scsh-process.scm @@ -46,7 +46,7 @@ run/collecting run/string run/strings run/port run/file run/sexp run/sexps || && (& run-final-thunk maybe->string) (run maybe->string) (exec-epf maybe->string) - process? proc? wait signal-process process-sleep) + process? proc:pid proc? wait signal-process process-sleep) (import chicken scheme data-structures) |