core: bring bad old system function (2)

This commit is contained in:
Daniel Kochmański 2017-02-18 20:25:32 +01:00
parent 4aaadf0545
commit a402eaca70

View file

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