summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 30540ac3..14a1d0f3 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -299,7 +299,7 @@ sub do_install_3 () {
ask_yes_or_no => \&ask_yes_or_no,
completed => sub {
- if (@errors) {
+ if (@errors && !$gurpmi::options{auto}) {
ask_warn(N("An error occurred:") . "\n\n" . join("\n", @errors));
}