diff --git a/lib/external/fexec.c b/lib/external/fexec.c index 340e703a..b15af0cf 100644 --- a/lib/external/fexec.c +++ b/lib/external/fexec.c @@ -48,7 +48,7 @@ pfcexec(struct xbps_handle *xhp, const char *file, const char **argv) pid_t child; int status; - child = vfork(); + child = fork(); switch (child) { case 0: /*