xbps-fbulk: ignore remove(2) return value (CID #98680).
This commit is contained in:
parent
582de078f4
commit
58074b5358
@ -345,7 +345,7 @@ runBuilds(const char *bpath)
|
||||
* attempts.
|
||||
*/
|
||||
logpath = xbps_xasprintf("%s/bad/%s", LogDir, item->pkgn);
|
||||
remove(logpath);
|
||||
(void)remove(logpath);
|
||||
free(logpath);
|
||||
|
||||
logpath = xbps_xasprintf("%s/run/%s", LogDir, item->pkgn);
|
||||
|
Loading…
Reference in New Issue
Block a user