system: set streams to nil

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-08-10 22:30:59 +02:00
parent 06b4774717
commit 9c948a188c

View file

@ -41,6 +41,6 @@
(setf shell comspec
option "/c")))
(nth-value 1 (run-program shell (list option cmd-string)
:wait t :output t :input t
:error t))))
:wait t :output nil :input nil
:error nil))))