mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
ext:system: don't escape arguments
This commit is contained in:
parent
204062999f
commit
a810a4f73d
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
|||
(setf shell comspec
|
||||
option "/c")))
|
||||
(nth-value 1 (run-program shell (list option cmd-string)
|
||||
:wait t :output nil :input nil
|
||||
:error nil))))
|
||||
:wait t :output nil :input nil :error nil
|
||||
#+windows :escape-arguments nil))))
|
||||
|
||||
;;;
|
||||
;;; Wrapper around si_run_program call. Thanks to that C interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue