From d80de8c34c171a20912577701f8a6fc4fa839e65 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Oct 2008 16:48:48 +0000 Subject: fix gurpmi2 that was broken because of commit "r247805 | pixel | 2008-10-06" ie "re-allow to continue on bad signature" (backported from trunk) --- gurpmi2 | 1 + 1 file changed, 1 insertion(+) diff --git a/gurpmi2 b/gurpmi2 index f510a834..90a0f722 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -212,6 +212,7 @@ sub ask_continue_blocking { my $answer = $w->run; $w->destroy; exit(1) if $answer eq 'no'; + 1; } sub do_install { -- cgit v1.2.1