ext:system: don't escape arguments

This commit is contained in:
Daniel Kochmański 2017-02-18 07:53:55 +01:00
parent 204062999f
commit a810a4f73d

View file

@ -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