summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi28
1 files changed, 4 insertions, 4 deletions
diff --git a/gurpmi2 b/gurpmi2
index 11ee88da..45cee252 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -206,10 +206,10 @@ sub do_install_2 () {
}
$urpm->{nb_install} = @to_install;
@to_install > 1 && !$gurpmi::options{auto}
- ? ask_continue(P("To satisfy dependencies, the following package is going to be installed\n%d2s\n",
- "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n",
- scalar(@to_install), join "\n", @to_install
- ), \&do_install_3)
+ ? ask_continue(P("To satisfy dependencies, the following package is going to be installed:",
+ "To satisfy dependencies, the following %d packages are going to be installed:",
+ scalar(@to_install),
+ ) . join("\n", '', @to_install, ''), \&do_install_3)
: goto \&do_install_3;
}