Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
We should return success for dry-run or if the user answers no to the 'proceed with installation?' question.
Matthew Seaman committed 13 years ago
commit e57f9f69c3d09bb127a4ab0c9c7226f732b395bb
parent def9189
1 file changed +1 -1
modified pkg/install.c
@@ -154,7 +154,7 @@ exec_install(int argc, char **argv)
			yes = false;
	}

-
	if (!yes || pkg_jobs_apply(jobs) != EPKG_OK)
+
	if (yes && pkg_jobs_apply(jobs) != EPKG_OK)
		goto cleanup;

	if (messages != NULL) {