mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 01:10:53 -07:00
system: set streams to nil
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
06b4774717
commit
9c948a188c
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue