lib/download.c: style twerks.
This commit is contained in:
parent
a6699be973
commit
431674d733
@ -341,8 +341,7 @@ xbps_fetch_delta(struct xbps_handle *xhp, const char *basefile, const char *uri,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((pid = fork()) == 0) {
|
if ((pid = fork()) == 0) {
|
||||||
execl(xdelta, xdelta, "-d", "-f", "-s", basefile, dname, tempfile,
|
execl(xdelta, xdelta, "-d", "-f", "-s", basefile, dname, tempfile, NULL);
|
||||||
NULL);
|
|
||||||
exit(127);
|
exit(127);
|
||||||
} else if (pid < 0) {
|
} else if (pid < 0) {
|
||||||
xbps_dbg_printf(xhp, "error while forking, fallback to full "
|
xbps_dbg_printf(xhp, "error while forking, fallback to full "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user