mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
exec is practically not available on haiku.
This commit is contained in:
parent
ac187eadaa
commit
aa261f4e46
|
|
@ -160,7 +160,8 @@ have the latest asdf, and this file has a workaround for this.
|
|||
(ext:run-shell-command (format nil "~{~A~^ ~}" args))))))
|
||||
|
||||
(defun exec (args)
|
||||
#+(and unix sbcl)
|
||||
#+(and unix sbcl
|
||||
(not haiku))
|
||||
(execvp (first args) args)
|
||||
#+(and unix ccl)
|
||||
(ignore-errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue