mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
SYSTEM must use the POSIX shell, which usually lives in /bin/sh.
This commit is contained in:
parent
e725846659
commit
0daa07d072
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
;;; handler -- this breaks some C libraries out there (OS X 32 bit).
|
||||
;;;
|
||||
(defun system (cmd-string)
|
||||
(let ((shell (getenv "SHELL"))
|
||||
(let ((shell "/bin/sh")
|
||||
(option "-c"))
|
||||
#+windows
|
||||
(let ((comspec (getenv "ComSpec")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue