diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - gurpmi + o fix exit code if not refusing to insert the proper media o notify callers when installation is canceled (#40358) Version 6.3 - 14 August 2008, Thierry Vignaud @@ -284,7 +284,7 @@ sub do_install_3 () { ); my $response = $w->run; $w->destroy; - exit 0 if $response eq 'cancel'; + exit 1 if $response eq 'cancel'; 1; }, trans_log => sub { |