cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 91891d4730ba570540d106be1f44f11d867780ad
parent cc3ac3b7820ee986ead50480b508f17a4e2bdbff
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun,  6 Dec 2015 09:22:28 +0100

inherit stderr on sbcl when running commands

Diffstat:
Mos.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/os.lisp b/os.lisp @@ -143,7 +143,7 @@ args :input input :output output - :error nil + :error t :wait nil :search t))) (let ((status (sb-ext:process-status p)))