Fabrizio Fabbri 2017-05-17 21:08:23 +02:00
parent 29ad64adb7
commit e688ca4058
No known key found for this signature in database
GPG key ID: 8276EDF3D10E6C35

View file

@ -515,7 +515,7 @@ si_spawn_subprocess(cl_object command, cl_object argv, cl_object environ,
}
close(child_stdin);
close(child_stdout);
close(child_stderr);
if (!(error == @':output')) close(child_stderr);
if (child_pid < 0) {
pid = ECL_NIL;