Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix autoremove -n
Bryan Drewery committed 11 years ago
commit 25cc863394b12c44ca2e339380a5f6e88e7796cd
parent a666f4c
1 file changed +1 -0
modified src/autoremove.c
@@ -132,6 +132,7 @@ exec_autoremove(int argc, char **argv)
	if (!quiet || dry_run) {
		print_jobs_summary(jobs,
				"Deinstallation has been requested for the following %d packages:\n\n", nbactions);
+
		if (!dry_run)
			rc = query_yesno(false,
		            "\nProceed with deinstalling packages [y/N]: ");
	}