Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use EPKG_OK instead of 0 to be consistent
Brad Davis committed 10 years ago
commit d395c960932fe05f02203b5014278407121be502
parent d9e3dd852e3f9f076d4c2f5fb50a1177c3c00550
1 file changed +1 -1
modified src/fetch.c
@@ -199,7 +199,7 @@ exec_fetch(int argc, char **argv)
	if (pkg_jobs_solve(jobs) != EPKG_OK)
		goto cleanup;

-
	if (pkg_jobs_count(jobs) == 0)
+
	if (pkg_jobs_count(jobs) == EPKG_OK)
		goto cleanup;

	if (!quiet) {