mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
fix #363 make check fail with "Odd number of keys."
This commit is contained in:
parent
a9eb112a99
commit
91dae272cd
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
option "/c")))
|
||||
(nth-value 1 (run-program shell (list option cmd-string)
|
||||
:wait t :output nil :input nil :error nil
|
||||
#+windows :escape-arguments nil))))
|
||||
#+windows :escape-arguments #+windows nil))))
|
||||
|
||||
;;;
|
||||
;;; Wrapper around si_run_program call. Thanks to that C interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue