SYSTEM must use the POSIX shell, which usually lives in /bin/sh.

This commit is contained in:
Juanjo Garcia-Ripoll 2013-02-27 17:39:24 +01:00
parent e725846659
commit 0daa07d072

View file

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