Keep standard streams unbound in a PROCESS instance if not connected
commitdd0d40e5633e12a2427badd92b4deb2daf2c1202
authorStelian Ionescu <sionescu@cddr.org>
Thu, 27 Jan 2011 16:07:58 +0000 (27 17:07 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Thu, 27 Jan 2011 16:16:47 +0000 (27 17:16 +0100)
tree653528a6d4573f67d39d0c9d2d951e056c789adf
parentb18f7691687d3be397e4fd4d9cb1533851dbd5b8
Keep standard streams unbound in a PROCESS instance if not connected

Using NIL instead causes undesired effects with READ-LINE:
(read-line (process-stdout p)) would use *standard-input*
src/os/create-process-unix.lisp