mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
core: bring bad old system function (2)
This commit is contained in:
parent
4aaadf0545
commit
a402eaca70
1 changed files with 1 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue