no exect on gnu hurd

pull/2083/head
nick black 3 years ago
parent a504d1dec6
commit 0e9775426e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -388,7 +388,7 @@ ncsubproc* ncsubproc_createvpe(ncplane* n, const ncsubproc_options* opts,
if(ret->pid == 0){
#ifdef __linux__
execvpe(bin, arg, env);
#elif defined(__APPLE__)
#elif defined(__APPLE__) || defined(__gnu_hurd__)
(void)env;
execvp(bin, arg); // FIXME env?
#elif defined(__MINGW64__)

Loading…
Cancel
Save