exec is practically not available on haiku.

This commit is contained in:
SANO,Masatoshi 2026-03-03 12:47:04 +09:00
parent ac187eadaa
commit aa261f4e46

View file

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