summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2017-01-21 14:10:30 +0100
committerPeter Bex <peter@more-magic.net>2017-01-21 14:10:30 +0100
commita7c1af60a7296a008d5cc4fbed9c82afdda01fcd (patch)
treee955aee98c109261e11ff5d66c62f97180b64326
parentdc0784cd56ea406dd64a3f81c37c1cc6e825a61b (diff)
downloadscsh-process-a7c1af60a7296a008d5cc4fbed9c82afdda01fcd.tar.gz
Also export proc:pid (thanks to Joerg Wittenberger)
-rw-r--r--scsh-process.scm2
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)