From a402eaca70fd807b7b2ecdc2276dc894bb25cd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 18 Feb 2017 20:25:32 +0100 Subject: [PATCH] core: bring bad old system function (2) --- src/lsp/process.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lsp/process.lsp b/src/lsp/process.lsp index 9fa39561b..20baf669c 100644 --- a/src/lsp/process.lsp +++ b/src/lsp/process.lsp @@ -34,6 +34,7 @@ ;;; because we are consuming the process wait status using a SIGCHLD ;;; handler -- this breaks some C libraries out there (OS X 32 bit). ;;; +#+ (or) (defun system (cmd-string) (let ((shell "/bin/sh") (option "-c"))