diff --git a/src/lsp/process.lsp b/src/lsp/process.lsp index 48f2eee5e..1f69b05fe 100644 --- a/src/lsp/process.lsp +++ b/src/lsp/process.lsp @@ -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")))