fix #363 make check fail with "Odd number of keys."

This commit is contained in:
Fabrizio Fabbri 2017-02-25 02:39:28 +01:00
parent a9eb112a99
commit 91dae272cd

View file

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