[pacman-dev] [PATCH] Exit with failure status if download or installation is not confirmed

Martin Panter vadmium+patch at gmail.com
Sat Feb 2 00:26:27 EST 2013


Original: https://github.com/vadmium/pacman-arch/commit/a1776b6.patch

>From a1776b648faf36e1f1e88f5ee6cfca63af8fec3c Mon Sep 17 00:00:00 2001
From: Martin Panter <vadmium à gmail·com>
Date: Tue, 23 Oct 2012 13:32:56 +0000
Subject: [PATCH] Exit with failure status if download or installation is not
 confirmed

---
 src/pacman/sync.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 3decc40..417773d 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -871,6 +871,7 @@ int sync_prepare_execute(void)
 		confirm = yesno(_("Proceed with installation?"));
 	}
 	if(!confirm) {
+		retval = 1;
 		goto cleanup;
 	}

-- 
1.7.10


More information about the pacman-dev mailing list