From a7c1af60a7296a008d5cc4fbed9c82afdda01fcd Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 21 Jan 2017 14:10:30 +0100 Subject: Also export proc:pid (thanks to Joerg Wittenberger) --- scsh-process.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3